Clarion - Facebook & Twitter Filter

Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.

Clarion - Facebook & Twitter Filter क्या है?

Clarion - Facebook & Twitter Filter MetaCert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook."।

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

screenshot

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

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

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

                        Filter tweets based on keywords. Automatically removes Twitter and Facebook ads. 
No need to log into your Twitter or Facebook account through this browser. 

TWITTER FILTER

 - Remove tweets based on keywords/topics
 - Remove tweets that contain #hastags
 - Remove ads
 - Remove friends without unfollowing them

FACEBOOK FILTER

 - Remove ads from Facebook

This extension is brought to you by MetaCert, experts in Web Categorization / Filtering and Mobile Security. We believe in an open web where you decide on what to see and what not to see. 

FOR SUPPORT: http://metacert.com/support                    

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

नाम Clarion - Facebook & Twitter Filter Clarion - Facebook & Twitter Filter
ID kahjalgiciepmlknpcpjllfmmgfobopk
आधिकारिक URL https://chrome.google.com/webstore/detail/clarion-facebook-twitter/kahjalgiciepmlknpcpjllfmmgfobopk
विवरण Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
फ़ाइल का आकार 250 KB
स्थापना संख्या 329
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2017-01-23
प्रकाशन तिथि 2017-01-23
रेटिंग 4.43/5 कुल 21 रेटिंग्स
डेवलपर MetaCert
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://metacert.uservoice.com/
गोपनीयता नीति पृष्ठ URL https://metacert.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clarion - Facebook & Twitter Filter",
    "version": "0.1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "Clarion",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/metacert_logo.png",
        "js\/jquery-2.0.3.min.map",
        "images\/icon_19.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/filtering.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "unlimitedStorage",
        "https:\/\/api.metacert.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html"
}