Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GoogleBar for Firefox (HELP)

Featured Replies

Im usin the command

"%programfiles%\\Mozilla Firefox\\firefox.exe" -install-global-extensions "%CDROM%\\Install\\MozillaFireFox\\GoogleBar.xpi"

and all that ahppens during install is that firefox pops up!!!

The Googlebar is nowhere to be found.. :(

I check extensions in firefox and its not listed on there either..

Can someone please help me

Thanks In Advance

I was testing yesterday with the silence of the foxes and tried to install some extensions on the same way.

I found out that, for me, it didn't work if I called those .xpi files from an other directory than the same directory where firefox.exe is located, so I wrote this script to solve this:

@ECHO OFF
start /wait firefoxsilent.exe

ECHO Installing extentions...
copy "XPI\*.xpi" "%systemdrive%\program files\Mozilla Firefox\"
cd "%systemdrive%\program files\Mozilla Firefox\"
for %%e in ("*.xpi") do "firefox.exe" -install-global-extension "%%e"
del /Q *.xpi

ECHO Installing themes...
copy "THEME\*.jar" "%systemdrive%\program files\Mozilla Firefox\"
cd "%systemdrive%\program files\Mozilla Firefox\"
for %%e in ("*.jar") do "firefox.exe" -install-global-theme "%%e"
del /Q *.jar

My directory structure is like this:

FIREFOX\XPI\*.xpi

FIREFOX\THEME\*.jar

FIREFOX\firefoxsilent.exe

FIREFOX\install.cmd (containing this script)

i am able to install googlebar as well as many other extensions and themes with SoF without any problems. SoF will not copy them over yourself and you need to put a profle js file in order to not get the diologue when it is installed.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.