Traffic Send

This is the official browser extension for http://trafficsend.com

Traffic Sendとは何ですか?

Traffic Sendはhttps://www.trafficsend.comによって開発されたChromeの拡張機能で、その主な機能は「This is the official browser extension for http://trafficsend.com」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension is to be used trafficsend.com

When browsing on trafficsend.com this extension will disable all javascript alerts, prompts and popups so the user can surf automatically without any halting from JS.                    

拡張機能の基本情報

名前 Traffic Send Traffic Send
ID bebjbcnfopgamcfofcpfdadfmblijmie
公式URL https://chromewebstore.google.com/detail/traffic-send/bebjbcnfopgamcfofcpfdadfmblijmie
説明 This is the official browser extension for http://trafficsend.com
ファイルサイズ 25.02 KB
インストール数 17
現在のバージョン 1.0
最終更新日 2014-03-03
公開日 2014-03-02
評価 5.00/5 合計 1 レビュー
開発者 https://www.trafficsend.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Traffic Send",
    "description": "This is the official browser extension for http:\/\/trafficsend.com",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "no_alerts.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}