What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Что такое What do you think of Tottenham??
What do you think of Tottenham? - это расширение Chrome, разработанное Gooner, и его основная функция - "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Снимки экрана расширения
Скачать файл CRX расширения What do you think of Tottenham?
Скачайте файлы расширений What do you think of Tottenham? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Основная информация о расширении
Название | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
Официальный URL | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Описание | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Размер файла | 24.31 KB |
Количество установок | 68 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-05-02 |
Дата публикации | 2016-05-02 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Gooner |
Тип оплаты | free |
Поддерживаемые языки | 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?" } } |