Hillary Filter & Jeb Filter: All In 1
A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Что такое Hillary Filter & Jeb Filter: All In 1?
Hillary Filter & Jeb Filter: All In 1 - это расширение Chrome, разработанное NetLingo, и его основная функция - "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
Снимки экрана расширения
Скачать файл CRX расширения Hillary Filter & Jeb Filter: All In 1
Скачайте файлы расширений Hillary Filter & Jeb Filter: All In 1 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gently filter and remove Hillary Clinton, Bill Clinton, Chelsea Clinton, Jeb Bush, George W Bush, and George HW Bush from all webpages and facebook posts. Also see our standalone Hillary Blocker by going to the "Related" tab.
Основная информация о расширении
Название | Hillary Filter & Jeb Filter: All In 1 |
ID | ganjpdgggbabchcbbchdedladlcnnkop |
Официальный URL | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
Описание | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
Размер файла | 91.1 KB |
Количество установок | 11 |
Текущая Версия | 1.5 |
Последнее Обновление | 2016-01-16 |
Дата публикации | 2016-01-15 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | NetLingo |
Тип оплаты | free |
Официальный сайт расширения | http://bushclintonfilter.blogspot.com/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hillary Filter & Jeb Filter: All In 1", "description": "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.", "version": "1.5", "permissions": [ "https:\/\/secure.flickr.com\/", "storage", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "ui.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "source\/ytfilter.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |