Traffic Send

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

What is Traffic Send?

Traffic Send is a Chrome extension developed by https://www.trafficsend.com, and its main feature is "This is the official browser extension for http://trafficsend.com".

Extension Screenshots

screenshot

Download Traffic Send Extension CRX File

Download Traffic Send extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Traffic Send Traffic Send
ID bebjbcnfopgamcfofcpfdadfmblijmie
Official URL https://chromewebstore.google.com/detail/traffic-send/bebjbcnfopgamcfofcpfdadfmblijmie
Description This is the official browser extension for http://trafficsend.com
File Size 25.02 KB
Installation Count 17
Current Version 1.0
Last Updated 2014-03-03
Publish Date 2014-03-02
Rating 5.00/5 Total 1 Ratings
Developer https://www.trafficsend.com
Payment Type free
Supported Languages 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"
    }
}