TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

TAB FaceIt-Chiller क्या है?

TAB FaceIt-Chiller Tabakhase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the fanfare sound on FaceIt.com with the plop"।

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

screenshot

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

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

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

                        Replaces the fanfare sound on FaceIt.com with the plop.

And thats it.                    

एक्सटेंशन की मूल जानकारी

नाम TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
आधिकारिक URL https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
विवरण Replaces the fanfare sound on FaceIt.com with the plop
फ़ाइल का आकार 15.41 KB
स्थापना संख्या 110
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2015-01-15
प्रकाशन तिथि 2015-01-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Tabakhase
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TAB FaceIt-Chiller",
    "short_name": "FaceItChiller",
    "description": "Replaces the fanfare sound on FaceIt.com with the plop",
    "version": "0.0.1",
    "permissions": [
        "http:\/\/www.faceit.com\/*",
        "https:\/\/www.faceit.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.faceit.com\/*",
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "TAB_FaceIt-Chiller-RUN.js"
            ],
            "all_frames": true
        }
    ]
}