Twitter's {searchTerms}
Hide Twitter's {searchTerms} page and display the home page instead.
Что такое Twitter's {searchTerms}?
Twitter's {searchTerms} - это расширение Chrome, разработанное Plippe, и его основная функция - "Hide Twitter's {searchTerms} page and display the home page instead.".
Скачать файл CRX расширения Twitter's {searchTerms}
Скачайте файлы расширений Twitter's {searchTerms} в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead. The extension's source code can be found on our website.
Основная информация о расширении
Название | |
ID | blgmfjfoadpcpedhlbfdfigmgbjdndon |
Официальный URL | https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon |
Описание | Hide Twitter's {searchTerms} page and display the home page instead. |
Размер файла | 16.79 KB |
Количество установок | 21 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-07-12 |
Дата публикации | 2015-07-12 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Plippe |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/plippe/chrome-twitter-home |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "Twitter's {searchTerms}", "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home", "description": "Hide Twitter's {searchTerms} page and display the home page instead.", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/twitter.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |