Twitter Filter

Hide people on Twitter without blocking or unfollowing them

Twitter Filter क्या है?

Twitter Filter lihan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide people on Twitter without blocking or unfollowing them"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

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

एक्सटेंशन की मूल जानकारी

नाम Twitter Filter Twitter Filter
ID hfaokbpplplaeglmcpmjacghbnidjnll
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll
विवरण Hide people on Twitter without blocking or unfollowing them
फ़ाइल का आकार 13.05 MB
स्थापना संख्या 34
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2014-07-17
प्रकाशन तिथि 2014-07-16
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर lihan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}