Remove Twitter Views

Remove the Views button from Twitter

Co je Remove Twitter Views?

Remove Twitter Views je rozšíření Chrome vyvinuté Kabaj, a jeho hlavní funkcí je „Remove the Views button from Twitter“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Twitter Views

Stáhněte si soubory rozšíření Remove Twitter Views ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
Oficiální URL https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
Popis Remove the Views button from Twitter
Velikost souboru 8.51 KB
Počet instalací 92
Aktuální Verze 1.2.2
Poslední Aktualizace 2023-01-17
Datum Vydání 2022-12-26
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Kabaj
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}