Remove Twitter Views

Remove the Views button from Twitter

Apa itu Remove Twitter Views?

Remove Twitter Views adalah ekstensi Chrome yang dikembangkan oleh Kabaj, dan fitur utamanya adalah "Remove the Views button from Twitter".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove Twitter Views

Unduh file ekstensi Remove Twitter Views 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

                        Removes the new "Views" button from Twitter


It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views                    

Informasi Dasar Ekstensi

Nama Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
URL Resmi https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
Deskripsi Remove the Views button from Twitter
Ukuran File 8.51 KB
Jumlah Instalasi 92
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2023-01-17
Tanggal Publikasi 2022-12-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Kabaj
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove the Views button from Twitter",
    "version": "1.2.2",
    "author": "Kabaj",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}