Traffic Send

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

Qu'est-ce que Traffic Send ?

Traffic Send est une extension Chrome développée par https://www.trafficsend.com, et sa fonction principale est "This is the official browser extension for http://trafficsend.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Traffic Send

Téléchargez les fichiers d'extension Traffic Send au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Traffic Send Traffic Send
ID bebjbcnfopgamcfofcpfdadfmblijmie
URL Officiel https://chromewebstore.google.com/detail/traffic-send/bebjbcnfopgamcfofcpfdadfmblijmie
Description This is the official browser extension for http://trafficsend.com
Taille du Fichier 25.02 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2014-03-03
Date de Publication 2014-03-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.trafficsend.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}