WebExtension.net
WebExtension.net

Foxified

View on Chrome Web Store
View Foxified Chrome Extension on Chrome Web Store
4.8 (6,208 ratings)
3 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Emulate firefox extensions in Chrome, Opera and other Chromium based browsers
Type
Extension
Users
1,000,000 users
Website foxified.org
foxified
View author page of foxified
Published
Published on September 10, 2020
Version 2.1.1
Manifest version
3
Updated
Updated on August 9, 2024
View on Chrome Web Store
View Foxified Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Foxified",
    "homepage_url": "https:\/\/foxified.org",
    "default_locale": "en",
    "minimum_chrome_version": "120",
    "icons": {
        "16": "assets\/img\/icon-16px.png",
        "19": "assets\/img\/icon-19px.png",
        "38": "assets\/img\/icon-38px.png",
        "48": "assets\/img\/icon-48px.png",
        "128": "assets\/img\/icon-128px.png"
    },
    "background": {
        "service_worker": "assets\/js\/ff-background.js"
    },
    "sandbox": {
        "pages": [
            "ff-sandbox.html"
        ]
    },
    "action": {
        "default_popup": "ff-popup.html",
        "default_icon": "assets\/img\/icon-38px.png"
    },
    "side_panel": {
        "default_path": "ff-sidepanel.html"
    },
    "options_ui": {
        "page": "ff-options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/addons.mozilla.org\/*\/firefox\/addon\/*"
            ],
            "js": [
                "assets\/js\/ff-store.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "offscreen",
        "scripting",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/addons.cdn.mozilla.net\/user-media\/addons\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "tabs",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/foxified.org\/*"
        ]
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top