TAB FaceIt-Chiller
Replaces the fanfare sound on FaceIt.com with the plop
Cos'è TAB FaceIt-Chiller?
TAB FaceIt-Chiller è un'estensione di Chrome sviluppata da Tabakhase, e la sua funzione principale è "Replaces the fanfare sound on FaceIt.com with the plop".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TAB FaceIt-Chiller
Scarica i file di estensione TAB FaceIt-Chiller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replaces the fanfare sound on FaceIt.com with the plop. And thats it.
Informazioni di Base sull'Estensione
Nome | TAB FaceIt-Chiller |
ID | nnbgmghognlojjdhpdballejoebhmcpb |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb |
Descrizione | Replaces the fanfare sound on FaceIt.com with the plop |
Dimensione del File | 15.41 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-01-15 |
Data di Pubblicazione | 2015-01-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Tabakhase |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |