TAB FaceIt-Chiller
Replaces the fanfare sound on FaceIt.com with the plop
Wat is TAB FaceIt-Chiller?
TAB FaceIt-Chiller is een Chrome-extensie ontwikkeld door Tabakhase, en de belangrijkste functie is "Replaces the fanfare sound on FaceIt.com with the plop".
Extensie Screenshots
Download het CRX-bestand van de extensie TAB FaceIt-Chiller
Download TAB FaceIt-Chiller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces the fanfare sound on FaceIt.com with the plop.
And thats it. Basisinformatie over de Extensie
| Naam | |
| ID | nnbgmghognlojjdhpdballejoebhmcpb |
| Officiële URL | https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb |
| Beschrijving | Replaces the fanfare sound on FaceIt.com with the plop |
| Bestandsgrootte | 15.41 KB |
| Aantal Installaties | 110 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2015-01-15 |
| Publicatiedatum | 2015-01-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Tabakhase |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |