Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Vad är Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads är en Chrome-tillägg utvecklad av Ryan Kulp, och dess huvudfunktion är "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".
Tilläggsskärmbilder
Ladda ner Hide Twitter / X.com Ads-förlängningens CRX-fil
Ladda ner Hide Twitter / X.com Ads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
**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 Grundläggande Information om Tillägg
| Namn | |
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Officiell webbadress | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Beskrivning | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
| Filstorlek | 13.74 KB |
| Antal Installationer | 14,826 |
| Aktuell Version | 1.1.8 |
| Senast Uppdaterad | 2023-09-26 |
| Publiceringsdatum | 2017-01-25 |
| Betyg | 3.83/5 Totalt 98 Betyg |
| Utvecklare | Ryan Kulp |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ryanckulp/twitter_ad_blocker |
| Hjälpsida URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| URL till Sekretesspolicy Sidan | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Stödda Språk | 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"
]
}
]
} | |