No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
Что такое No One Direction on Twitter?
No One Direction on Twitter - это расширение Chrome, разработанное https://amees.me, и его основная функция - "No longer want One direction to appear on your Twitter-feed? This is made just for you!".
Снимки экрана расширения
Скачать файл CRX расширения No One Direction on Twitter
Скачайте файлы расширений No One Direction on Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going. Today it's time for a change. No longer shall we accept the pollution of something beautiful. Today, we shall no longer see any One direction-tweets. Enjoy!;) ________________________________ 1.0 Initial release: - Now filters 1D-tweets once per page-load 1.2: - Now constantly checks for One Direction-posts, also works when ajax-querys are run.
Основная информация о расширении
Название | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
Официальный URL | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
Описание | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
Размер файла | 51.52 KB |
Количество установок | 16 |
Текущая Версия | 1.2 |
Последнее Обновление | 2013-09-08 |
Дата публикации | 2013-09-08 |
Рейтинг | 3.50/5 Всего 8 оценок |
Разработчик | https://amees.me |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No One Direction on Twitter", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |