Hide Twitter / X.com Ads

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

Hide Twitter / X.com Ads क्या है?

Hide Twitter / X.com Ads Ryan Kulp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free tool that hides Promoted Tweets while you browse Twitter (X.com)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide Twitter / X.com Ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Hide Twitter / X.com Ads Hide Twitter / X.com Ads
ID bapmhjebfdbdpjjfafnkfidijkjlkakf
आधिकारिक URL https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf
विवरण Free tool that hides Promoted Tweets while you browse Twitter (X.com).
फ़ाइल का आकार 13.74 KB
स्थापना संख्या 14,826
वर्तमान संस्करण 1.1.8
अंतिम अपडेट 2023-09-26
प्रकाशन तिथि 2017-01-25
रेटिंग 3.83/5 कुल 98 रेटिंग्स
डेवलपर Ryan Kulp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ryanckulp/twitter_ad_blocker
सहायता पृष्ठ URL https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
गोपनीयता नीति पृष्ठ URL https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}