TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

What is TAB FaceIt-Chiller?

TAB FaceIt-Chiller is a Chrome extension developed by Tabakhase, and its main feature is "Replaces the fanfare sound on FaceIt.com with the plop".

Extension Screenshots

screenshot

Download TAB FaceIt-Chiller Extension CRX File

Download TAB FaceIt-Chiller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

And thats it.                    

Extension Basic Information

Name TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
Official URL https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
Description Replaces the fanfare sound on FaceIt.com with the plop
File Size 15.41 KB
Installation Count 110
Current Version 0.0.1
Last Updated 2015-01-15
Publish Date 2015-01-14
Rating 5.00/5 Total 1 Ratings
Developer Tabakhase
Payment Type free
Supported Languages 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
        }
    ]
}