Twitter Filter

Hide people on Twitter without blocking or unfollowing them

Co je Twitter Filter?

Twitter Filter je rozšíření Chrome vyvinuté lihan, a jeho hlavní funkcí je „Hide people on Twitter without blocking or unfollowing them“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Filter

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

                        You can also filter phrases (TV show spoilers, sports tweets, etc).

Leave a ★★★★★ review with feature request.                    

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

Název Twitter Filter Twitter Filter
ID hfaokbpplplaeglmcpmjacghbnidjnll
Oficiální URL https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll
Popis Hide people on Twitter without blocking or unfollowing them
Velikost souboru 13.05 MB
Počet instalací 34
Aktuální Verze 0.1.4
Poslední Aktualizace 2014-07-17
Datum Vydání 2014-07-16
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář lihan
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Filter",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Hide people on Twitter without blocking or unfollowing them",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "bower_components\/underscore\/underscore.js",
            "dist\/js\/util.js",
            "dist\/js\/background.js"
        ]
    },
    "options_page": "dist\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Twitter filter"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "css": [
                "dist\/css\/inject.css"
            ],
            "js": [
                "bower_components\/underscore\/underscore.js",
                "bower_components\/jquery\/jquery.js",
                "bower_components\/backbone\/backbone.js",
                "dist\/js\/util.js",
                "dist\/js\/models.js",
                "dist\/js\/inject.js"
            ]
        }
    ]
}