Twitter TW Blocker

Blur the tweets containing a trigger warning

Co je Twitter TW Blocker?

Twitter TW Blocker je rozšíření Chrome vyvinuté tymmesyde, a jeho hlavní funkcí je „Blur the tweets containing a trigger warning“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter TW Blocker

Stáhněte si soubory rozšíření Twitter TW Blocker 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í

                        Use Twitter TW Blocker if you want to hide the tweets that have a trigger warning pattern (e.g. TW // content).
Just click on the tweet if you want to remove the warning.                    

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

Název Twitter TW Blocker Twitter TW Blocker
ID cmgnaiadimhcfkmfehdbindohbenemnk
Oficiální URL https://chromewebstore.google.com/detail/twitter-tw-blocker/cmgnaiadimhcfkmfehdbindohbenemnk
Popis Blur the tweets containing a trigger warning
Velikost souboru 15 KB
Počet instalací 19
Aktuální Verze 1.0
Poslední Aktualizace 2020-08-09
Datum Vydání 2020-08-09
Vývojář tymmesyde
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter TW Blocker",
    "description": "Blur the tweets containing a trigger warning",
    "version": "1.0",
    "icons": {
        "16": "src\/images\/icon_16.png",
        "32": "src\/images\/icon_32.png",
        "48": "src\/images\/icon_48.png",
        "128": "src\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "src\/styles\/content.css"
            ],
            "js": [
                "src\/scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/styles\/content.css"
    ],
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "src\/images\/icon_16.png",
            "32": "src\/images\/icon_32.png",
            "48": "src\/images\/icon_48.png",
            "128": "src\/images\/icon_128.png"
        }
    }
}