Traffic Send

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

Traffic Send क्या है?

Traffic Send https://www.trafficsend.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the official browser extension for http://trafficsend.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Traffic Send एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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