WebExtension.net
WebExtension.net

ScriptSafe

View on Chrome Web Store
View ScriptSafe Chrome Extension on Chrome Web Store
3.9 (1,720 ratings)

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

Regain control of the web and surf more securely.
Type
Extension
Users
100,000 users
Website andryou.com
andryou
View author page of andryou
Published
Published on August 4, 2011
Version 1.0.9.3
Manifest version
2
Updated
Updated on December 12, 2017
View on Chrome Web Store
View ScriptSafe Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/IconForbidden.png",
        "default_popup": "html\/popup.html",
        "default_title": "ScriptSafe"
    },
    "commands": {
        "temppage": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "__MSG_hotkeystoggle__"
        },
        "removetemppage": {
            "suggested_key": {
                "default": "Ctrl+Shift+R"
            },
            "description": "__MSG_hotkeysremove__"
        },
        "removetempall": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q"
            },
            "description": "__MSG_hotkeysremoveall__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/common.js",
                "js\/yoyo.js",
                "js\/ss.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_appdescription__",
    "icons": {
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "6",
    "name": "ScriptSafe",
    "options_page": "html\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "privacy",
        "contextMenus"
    ],
    "version": "1.0.9.3"
}
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