Traffic Send

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

Wat is Traffic Send?

Traffic Send is een Chrome-extensie ontwikkeld door https://www.trafficsend.com, en de belangrijkste functie is "This is the official browser extension for http://trafficsend.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Traffic Send

Download Traffic Send-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Traffic Send Traffic Send
ID bebjbcnfopgamcfofcpfdadfmblijmie
Officiële URL https://chromewebstore.google.com/detail/traffic-send/bebjbcnfopgamcfofcpfdadfmblijmie
Beschrijving This is the official browser extension for http://trafficsend.com
Bestandsgrootte 25.02 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2014-03-03
Publicatiedatum 2014-03-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.trafficsend.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}