ScriptFilter

__MSG_@manifest_description__

ScriptFilterとは何ですか?

ScriptFilterはBaptiste Thémineによって開発されたChromeの拡張機能で、その主な機能は「__MSG_@manifest_description__」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ScriptFilter拡張機能のCRXファイルをダウンロード

ScriptFilter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Blocks scripts and resources from a website with Content Security Policy.

ScriptFilter is a simple and lightweight add-on designed with WebExtensions API and compatible with Firefox, Chrome and Opera.
You just need to click on the add-on button or right-click in a page to block scripts in a tab.

You can access the Settings page via "about:addons" (Firefox), via "chrome://extensions" (Chrome & Opera) or via the add-on button context menu.
It permits you to decide which resources are blocked or restricted by Content Security Policy such as JavaScript, CSS, images, videos, frames...
It is also possible to create a black list in order to block resources when you go to a specific website.

Language support : English, French, Italian, Spanish.
Browser support : Firefox 52+, Firefox Android 57+, Chrome 42+, Opera 33+.                    

拡張機能の基本情報

名前 ScriptFilter ScriptFilter
ID ljmpgckeehellmpepbfikjbmeepdepfh
公式URL https://chromewebstore.google.com/detail/scriptfilter/ljmpgckeehellmpepbfikjbmeepdepfh
説明 __MSG_@manifest_description__
ファイルサイズ 63.86 KB
インストール数 39
現在のバージョン 4.1
最終更新日 2018-07-14
公開日 2018-07-14
開発者 Baptiste Thémine
支払い方法 free
拡張機能のウェブサイト https://github.com/Baptistou/ScriptFilter
ヘルプページのURL https://github.com/Baptistou/ScriptFilter
対応言語 en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScriptFilter",
    "version": "4.1",
    "author": "Baptiste Th\u00e9mine",
    "homepage_url": "https:\/\/github.com\/Baptistou\/ScriptFilter",
    "description": "__MSG_@manifest_description__",
    "default_locale": "en",
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "background": {
        "scripts": [
            "functions.js",
            "webext.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "ScriptFilter",
        "default_icon": "images\/icon64.png"
    },
    "options_ui": {
        "page": "settings\/index.html",
        "open_in_tab": true
    }
}