QualiTweet
Enhance twitter.com with Filters and Hide functions !
Что такое QualiTweet?
QualiTweet - это расширение Chrome, разработанное http://www.qualitiso.com, и его основная функция - "Enhance twitter.com with Filters and Hide functions !".
Снимки экрана расширения
Скачать файл CRX расширения QualiTweet
Скачайте файлы расширений QualiTweet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | neaimdcigdblicjhcibomfdjggkpiefm |
Официальный URL | https://chrome.google.com/webstore/detail/qualitweet/neaimdcigdblicjhcibomfdjggkpiefm |
Описание | Enhance twitter.com with Filters and Hide functions ! |
Размер файла | 149 KB |
Количество установок | 187 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2015-02-21 |
Дата публикации | 2015-02-21 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | http://www.qualitiso.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.qualitiso.com/qualitweet-twitter-filtre/ |
Поддерживаемые языки | en,fr |
manifest.json | |
{ "background": { "scripts": [ "js\/background-bundle.js" ] }, "content_scripts": [ { "css": [ "css\/filters-bundle.css" ], "js": [ "js\/page-bundle.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "homepage_url": "http:\/\/www.qualitiso.com", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "22", "name": "__MSG_title__", "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "short_name": "QualiTweet", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |