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
官方網址 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"
    }
}