Open Tweet Filter

Filter tweets in Twitter web site.

Open Tweet Filter क्या है?

Open Tweet Filter Ricardo Stuven द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter tweets in Twitter web site."।

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

screenshot
screenshot

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

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

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

                        IMPORTANT: To report bugs, request features or make questions, please go to SUPPORT section instead of REVIEWS. I don't get notifications of reviews, so your feedback is better channeled through Support.
_____

If you have a lot of tweets filling your timeline about certain topic or person you are not interested in, this extension is for you.

Features:
- You can filter out tweets by their contents or by their authors.
- You can filter out tweets using regular expressions (for example, all words beginning in "auto" using:  /\Wauto/) 
- You can save your filter settings as a bookmarklet.
- The tweets are not deleted but just hidden, so you can get them back any time by disabling the filter or changing the criteria.
- It supports both the "new" and the "new new" Twitter versions.

Usage details and source code are available in https://github.com/rstuven/OpenTweetFilter/

NOTE: We respect your privacy, so no data is sent to any server. Your filters are stored in your browser local storage (or saved as a bookmarklet) and processed in your own computer.

Open Twitter Filter has been granted with the "100% FREE" Softpedia award which means this software does not contain any form of malware, including but not limited to: spyware, viruses, trojans and backdoors. More information about this certification: 
http://mac.softpedia.com/progClean/Open-Tweet-Filter-Clean-112403.html

____

Graphic design by @StoicYoic.                    

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

नाम Open Tweet Filter Open Tweet Filter
ID bdmjagdcpkfpebaaffpafncgkleijako
आधिकारिक URL https://chrome.google.com/webstore/detail/open-tweet-filter/bdmjagdcpkfpebaaffpafncgkleijako
विवरण Filter tweets in Twitter web site.
फ़ाइल का आकार 512 KB
स्थापना संख्या 19,405
वर्तमान संस्करण 2.5.0
अंतिम अपडेट 2017-06-15
प्रकाशन तिथि 2017-06-15
रेटिंग 3.64/5 कुल 247 रेटिंग्स
डेवलपर Ricardo Stuven
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rstuven/OpenTweetFilter
समर्थित भाषाएँ en,es,pt-BR
manifest.json
{
    "manifest_version": 2,
    "name": "Open Tweet Filter",
    "version": "2.5.0",
    "description": "__MSG_description__",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "data\/js\/filter.js"
            ],
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "data\/img\/icon.png"
    },
    "default_locale": "en"
}