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.

Firefox 3.5.xx 3.6.xx addons install

Featured Replies

maybe someone might be interested

as described here:::

Disable install-global-extension

so the only option to install .XPI is to copy them to extension folder and when lunch Firefox it will detect and install them...

but extension is a subfolder of Profile which is something like that XXXXX.default ( where xxx is random)

so so far so good....

so here is an silent install doesn't matter what is the name of profile folder:

@ECHO OFF

setlocal EnableDelayedExpansion

ECHO.

"!programfiles!\Mozilla Firefox\firefox.exe" -createprofile default

for /f "delims=" %%i in ("!appdata!\Mozilla\Firefox\Profiles\*.default") do set path1=%%~pi

mkdir "!path1!\extensions\"

copy "*.xpi" "!path1!\extensions\"

P.S pay attention :: EVEN IFYOU CHOOSE TO CREATE PROFILE name LIKE "!programfiles!\Mozilla Firefox\firefox.exe" -createprofile %username% THE PROFILE FOLDER will be XXXX.%username%

From my point of view it's an easy way to install firefox addons and it's working for 3.XX

  • 2 weeks later...

Hey there

I'm trying to make this script of yours to work with xcopy.

reason: i make a full backup of Firefox addons and other settings with FEBE and just extract the backup file's to the xxxxx.default dir.

i find it easier also it saves all settings of addons and other.

this is the code:

setlocal EnableDelayedExpansion
"!programfiles!\Mozilla Firefox\firefox.exe" -createprofile default
for /f "delims=" %%i in ("!appdata!\Mozilla\Firefox\Profiles\*.default") do set path1=%%~pi
xcopy %systemdrive%\install\firefoxadd "!path1!" /e /i /h

problem is it copys everything in the profiles\* folder, not in profiles\xxxxx.default\*

any idea whats wrong?

Thanks!

Edited by Chester^

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.