TAB FaceIt-Chiller
Replaces the fanfare sound on FaceIt.com with the plop
Co je TAB FaceIt-Chiller?
TAB FaceIt-Chiller je rozšíření Chrome vyvinuté Tabakhase, a jeho hlavní funkcí je „Replaces the fanfare sound on FaceIt.com with the plop“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TAB FaceIt-Chiller
Stáhněte si soubory rozšíření TAB FaceIt-Chiller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Replaces the fanfare sound on FaceIt.com with the plop.
And thats it. Základní Informace o Rozšíření
| Název | |
| ID | nnbgmghognlojjdhpdballejoebhmcpb |
| Oficiální URL | https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb |
| Popis | Replaces the fanfare sound on FaceIt.com with the plop |
| Velikost souboru | 15.41 KB |
| Počet instalací | 110 |
| Aktuální Verze | 0.0.1 |
| Poslední Aktualizace | 2015-01-15 |
| Datum Vydání | 2015-01-14 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Tabakhase |
| Typ Platby | free |
| Podporované Jazyky | 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
}
]
} | |