Hide Twitter / X.com Ads

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

Apa itu Hide Twitter / X.com Ads?

Hide Twitter / X.com Ads adalah ekstensi Chrome yang dikembangkan oleh Ryan Kulp, dan fitur utamanya adalah "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Twitter / X.com Ads

Unduh file ekstensi Hide Twitter / X.com Ads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hide Twitter / X.com Ads Hide Twitter / X.com Ads
ID bapmhjebfdbdpjjfafnkfidijkjlkakf
URL Resmi https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf
Deskripsi Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Ukuran File 13.74 KB
Jumlah Instalasi 14,826
Versi Saat Ini 1.1.8
Terakhir Diperbarui 2023-09-26
Tanggal Publikasi 2017-01-25
Penilaian 3.83/5 Total 98 Penilaian
Pengembang Ryan Kulp
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ryanckulp/twitter_ad_blocker
URL Halaman Bantuan https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
URL Halaman Kebijakan Privasi https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}