Trend Blocker

Blocks curiosity-clicks to Twitter trends.

Apa itu Trend Blocker?

Trend Blocker adalah ekstensi Chrome yang dikembangkan oleh https://klivk.com, dan fitur utamanya adalah "Blocks curiosity-clicks to Twitter trends.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trend Blocker

Unduh file ekstensi Trend Blocker 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

                        Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles.

When you are super curious about one, you can always control-click or right-click to read it.                    

Informasi Dasar Ekstensi

Nama Trend Blocker Trend Blocker
ID mmkljdkafmpccfjahboblagjedcdafpg
URL Resmi https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg
Deskripsi Blocks curiosity-clicks to Twitter trends.
Ukuran File 59.3 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0.2.2
Terakhir Diperbarui 2012-04-24
Tanggal Publikasi 2012-04-24
Pengembang https://klivk.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://serdar.work/chrome-extensions/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trend Blocker",
    "version": "1.0.2.2",
    "manifest_version": 2,
    "description": "Blocks curiosity-clicks to Twitter trends.",
    "icons": {
        "14": "icon14.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/trend-blocker"
}