TAB FaceIt-Chiller
Replaces the fanfare sound on FaceIt.com with the plop
Co to jest TAB FaceIt-Chiller?
TAB FaceIt-Chiller to rozszerzenie Chrome opracowane przez Tabakhase, a jego główną funkcją jest „Replaces the fanfare sound on FaceIt.com with the plop”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TAB FaceIt-Chiller
Pobierz pliki rozszerzeń TAB FaceIt-Chiller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces the fanfare sound on FaceIt.com with the plop.
And thats it. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nnbgmghognlojjdhpdballejoebhmcpb |
| Oficjalny URL | https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb |
| Opis | Replaces the fanfare sound on FaceIt.com with the plop |
| Rozmiar pliku | 15.41 KB |
| Liczba instalacji | 110 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2015-01-15 |
| Data Publikacji | 2015-01-14 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Tabakhase |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
]
} | |