Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Что такое Trump Cookienator?
Trump Cookienator - это расширение Chrome, разработанное grace_inspace, и его основная функция - "This extension changes any Trump picture to picture of a cookie monster".
Снимки экрана расширения
Скачать файл CRX расширения Trump Cookienator
Скачайте файлы расширений Trump Cookienator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will get rid of SOME of your imagery of Trump on the webpage, please note that not all Trump images can be destroyed.
Основная информация о расширении
Название | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
Официальный URL | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
Описание | This extension changes any Trump picture to picture of a cookie monster |
Размер файла | 3.14 MB |
Количество установок | 60 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-11-10 |
Дата публикации | 2016-11-10 |
Рейтинг | 4.71/5 Всего 7 оценок |
Разработчик | grace_inspace |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Cookienator", "description": "This extension changes any Trump picture to picture of a cookie monster", "version": "1.0", "background": "background.html", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "js": [ "jquery.min.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |