Traffic Send

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

Cos'è Traffic Send?

Traffic Send è un'estensione di Chrome sviluppata da https://www.trafficsend.com, e la sua funzione principale è "This is the official browser extension for http://trafficsend.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Traffic Send

Scarica i file di estensione Traffic Send in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Traffic Send Traffic Send
ID bebjbcnfopgamcfofcpfdadfmblijmie
URL Ufficiale https://chromewebstore.google.com/detail/traffic-send/bebjbcnfopgamcfofcpfdadfmblijmie
Descrizione This is the official browser extension for http://trafficsend.com
Dimensione del File 25.02 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2014-03-03
Data di Pubblicazione 2014-03-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.trafficsend.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}