Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Co to jest Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads to rozszerzenie Chrome opracowane przez Ryan Kulp, a jego główną funkcją jest „Free tool that hides Promoted Tweets while you browse Twitter (X.com).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Twitter / X.com Ads
Pobierz pliki rozszerzeń Hide Twitter / X.com Ads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
**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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Oficjalny URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Opis | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
| Rozmiar pliku | 13.74 KB |
| Liczba instalacji | 14,826 |
| Aktualna Wersja | 1.1.8 |
| Ostatnia Aktualizacja | 2023-09-26 |
| Data Publikacji | 2017-01-25 |
| Ocena | 3.83/5 Łącznie 98 Oceny |
| Deweloper | Ryan Kulp |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ryanckulp/twitter_ad_blocker |
| Adres URL Strony Pomocy | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Adres URL Strony Polityki Prywatności | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Obsługiwane Języki | 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"
]
}
]
} | |