Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Что такое Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads - это расширение Chrome, разработанное Ryan Kulp, и его основная функция - "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".
Снимки экрана расширения
Скачать файл CRX расширения Hide Twitter / X.com Ads
Скачайте файлы расширений Hide Twitter / X.com Ads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
**Updated August 2023 to support new X.com ads!** Hate seeing the same ads over and over again? Hate Twitter / X.com ads in general? This tool is free, doesn't require signup, and does not track anything you do. Blocks sponsored/promoted Tweets in several languages. To request new languages or customize your Twitter ad-block settings, go here: https://github.com/ryanckulp/twitter_ad_blocker/issues/new
Основная информация о расширении
Название | Hide Twitter / X.com Ads |
ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
Официальный URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
Описание | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
Размер файла | 13.74 KB |
Количество установок | 14,826 |
Текущая Версия | 1.1.8 |
Последнее Обновление | 2023-09-26 |
Дата публикации | 2017-01-25 |
Рейтинг | 3.83/5 Всего 98 оценок |
Разработчик | Ryan Kulp |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ryanckulp/twitter_ad_blocker |
URL страницы помощи | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
URL страницы политики конфиденциальности | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter \/ X.com Ads", "action": [], "short_name": "Hide Twitter Ads", "description": "Free tool that hides Promoted Tweets while you browse Twitter (X.com).", "version": "1.1.8", "icons": { "16": "img\/hide-twitter-ads-16.png", "48": "img\/hide-twitter-ads-48.png", "128": "img\/hide-twitter-ads-128.png" }, "permissions": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "content.js" ] } ] } |