Trump Toad Extension
It's the Trump Toad Extension!
Что такое Trump Toad Extension?
Trump Toad Extension - это расширение Chrome, разработанное The Daily Show, и его основная функция - "It's the Trump Toad Extension!".
Снимки экрана расширения
Скачать файл CRX расширения Trump Toad Extension
Скачайте файлы расширений Trump Toad Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! - The Daily Show with Trevor Noah
Основная информация о расширении
Название | Trump Toad Extension |
ID | noldliimakaajhekghbemjmknpmjnlam |
Официальный URL | https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam |
Описание | It's the Trump Toad Extension! |
Размер файла | 63.67 KB |
Количество установок | 448 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2018-09-20 |
Дата публикации | 2018-09-20 |
Рейтинг | 4.95/5 Всего 20 оценок |
Разработчик | The Daily Show |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Toad Extension", "version": "1.0.6", "description": "It's the Trump Toad Extension!", "author": "The Daily Show", "icons": { "128": "\/img\/logo.png" }, "browser_action": { "default_popup": "\/pages\/popup\/index.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "https:\/\/docs.google.com\/*", "https:\/\/drive.google.com\/*" ], "js": [ "\/js\/content_scripts\/main.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "\/*" ] } |