Hide Twitter / X.com Ads

Free tool that hides Promoted Tweets while you browse Twitter (X.com).

Qu'est-ce que Hide Twitter / X.com Ads ?

Hide Twitter / X.com Ads est une extension Chrome développée par Ryan Kulp, et sa fonction principale est "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hide Twitter / X.com Ads

Téléchargez les fichiers d'extension Hide Twitter / X.com Ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        **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                    

Informations de Base sur l'Extension

Nom Hide Twitter / X.com Ads Hide Twitter / X.com Ads
ID bapmhjebfdbdpjjfafnkfidijkjlkakf
URL Officiel https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf
Description Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Taille du Fichier 13.74 KB
Nombre d'Installations 14,826
Version Actuelle 1.1.8
Dernière Mise à Jour 2023-09-26
Date de Publication 2017-01-25
Évaluation 3.83/5 Total 98 Évaluations
Développeur Ryan Kulp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ryanckulp/twitter_ad_blocker
URL de la Page d'Aide https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
URL de la Page de Politique de Confidentialité https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
Langues Prises en Charge 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"
            ]
        }
    ]
}