Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Was ist Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads ist eine Chrome-Erweiterung, die von Ryan Kulp entwickelt wurde, und ihr Hauptmerkmal ist "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".
Erweiterungsscreenshots
Hide Twitter / X.com Ads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Twitter / X.com Ads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
**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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Offizielle URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Beschreibung | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
| Dateigröße | 13.74 KB |
| Installationsanzahl | 14,826 |
| Aktuelle Version | 1.1.8 |
| Letztes Update | 2023-09-26 |
| Veröffentlichungsdatum | 2017-01-25 |
| Bewertung | 3.83/5 Insgesamt 98 Bewertungen |
| Entwickler | Ryan Kulp |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ryanckulp/twitter_ad_blocker |
| Hilfeseite URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| URL der Datenschutzrichtlinien-Seite | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Unterstützte Sprachen | 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"
]
}
]
} | |