Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
What is Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads is a Chrome extension developed by Ryan Kulp, and its main feature is "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".
Extension Screenshots
Download Hide Twitter / X.com Ads Extension CRX File
Download Hide Twitter / X.com Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
**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 Extension Basic Information
| Name | |
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Official URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Description | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
| File Size | 13.74 KB |
| Installation Count | 14,826 |
| Current Version | 1.1.8 |
| Last Updated | 2023-09-26 |
| Publish Date | 2017-01-25 |
| Rating | 3.83/5 Total 98 Ratings |
| Developer | Ryan Kulp |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/ryanckulp/twitter_ad_blocker |
| Help Page URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Privacy Policy Page URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Supported Languages | 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"
]
}
]
} | |