Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Wat is Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads is een Chrome-extensie ontwikkeld door Ryan Kulp, en de belangrijkste functie is "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Twitter / X.com Ads
Download Hide Twitter / X.com Ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        **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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf | 
| Officiële URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf | 
| Beschrijving | Free tool that hides Promoted Tweets while you browse Twitter (X.com). | 
| Bestandsgrootte | 13.74 KB | 
| Aantal Installaties | 14,826 | 
| Huidige Versie | 1.1.8 | 
| Laatst Bijgewerkt | 2023-09-26 | 
| Publicatiedatum | 2017-01-25 | 
| Beoordeling | 3.83/5 Totaal 98 Beoordelingen | 
| Ontwikkelaar | Ryan Kulp | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/ryanckulp/twitter_ad_blocker | 
| Help Pagina-URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy | 
| URL van de Privacybeleid Pagina | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |