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"
    }
}