What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Co to jest What do you think of Tottenham??
What do you think of Tottenham? to rozszerzenie Chrome opracowane przez Gooner, a jego główną funkcją jest „Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia What do you think of Tottenham?
Pobierz pliki rozszerzeń What do you think of Tottenham? 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
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
Oficjalny URL | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Opis | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Rozmiar pliku | 24.31 KB |
Liczba instalacji | 68 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-05-02 |
Data Publikacji | 2016-05-02 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Gooner |
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": "What do you think of Tottenham?", "version": "1.0", "description": "Add this app to your Chrome browser and replace all instances of \"Tottenham\" with \"Shit.\"", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "What do you think of Tottenham?" } } |