Dereferrer Browser Plugin

Hide your referrer (default via http://anonym.to) if you click on an external link.

Dereferrer Browser Pluginとは何ですか?

Dereferrer Browser Pluginは/* no comment */によって開発されたChromeの拡張機能で、その主な機能は「Hide your referrer (default via http://anonym.to) if you click on an external link.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Hides your referrer via anonym.to if you click on an external link on any given website.                    

拡張機能の基本情報

名前 Dereferrer Browser Plugin Dereferrer Browser Plugin
ID lbkfgigjfmfjfninhkmaolcjdnhjodol
公式URL https://chromewebstore.google.com/detail/dereferrer-browser-plugin/lbkfgigjfmfjfninhkmaolcjdnhjodol
説明 Hide your referrer (default via http://anonym.to) if you click on an external link.
ファイルサイズ 211 KB
インストール数 38
現在のバージョン 0.1
最終更新日 2016-04-07
公開日 2016-04-07
評価 3.00/5 合計 1 レビュー
開発者 /* no comment */
支払い方法 free
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "img\/16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png"
    },
    "background": {
        "scripts": [
            "js\/pref_default.js",
            "js\/pref.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/pref_default.js",
                "js\/pref.js",
                "js\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0",
    "incognito": "spanning",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "0.1",
    "homepage_url": "http:\/\/www.naden.de",
    "default_locale": "en"
}