The Ad Blocker for X.com (Twitter)
Hide ads and promoted tweets to make X.com (Twitter) less noisy
Was ist The Ad Blocker for X.com (Twitter)?
The Ad Blocker for X.com (Twitter) ist eine Chrome-Erweiterung, die von Alexey Ryzhkov entwickelt wurde, und ihr Hauptmerkmal ist "Hide ads and promoted tweets to make X.com (Twitter) less noisy".
Erweiterungsscreenshots
The Ad Blocker for X.com (Twitter)-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Ad Blocker for X.com (Twitter)-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
This is a fee ad blocker for X.com (formerly known as Twitter). It hides all ads and other needless stuff to make X.com (Twitter) less noisy. It provides the cleanest UI. There won't be any more ads, promoted tweets, "Discover more" tweets, "Who to follow" tweets, and others. "Trending" section is hidden by default, and its visibility can be changed on the options page. Unlike other similar extensions this one doesn't rely on you scrolling to block dynamic ads, but hides them the moment they're added to the page, so that you won't even notice them. Supported languages: English.
Grundlegende Informationen zur Erweiterung
Name | The Ad Blocker for X.com (Twitter) |
ID | eeiplahcoljpdmmdofhdhinjkeammchg |
Offizielle URL | https://chromewebstore.google.com/detail/the-ad-blocker-for-xcom-t/eeiplahcoljpdmmdofhdhinjkeammchg |
Beschreibung | Hide ads and promoted tweets to make X.com (Twitter) less noisy |
Dateigröße | 18.83 KB |
Installationsanzahl | 74 |
Aktuelle Version | 1.3.5 |
Letztes Update | 2023-12-14 |
Veröffentlichungsdatum | 2023-10-05 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Alexey Ryzhkov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/aliocharyzhkov/twitter_cleaner |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The Ad Blocker for X.com (Twitter)", "version": "1.3.5", "short_name": "Twitter Ad blocker", "description": "Hide ads and promoted tweets to make X.com (Twitter) less noisy", "icons": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" }, "author": "Alexey Ryzhkov", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "scripts\/block_noise.js" ] } ], "homepage_url": "https:\/\/github.com\/aliocharyzhkov\/twitter_cleaner", "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "permissions": [ "storage" ] } |