Clarion - Facebook & Twitter Filter

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

Cos'è Clarion - Facebook & Twitter Filter?

Clarion - Facebook & Twitter Filter è un'estensione di Chrome sviluppata da MetaCert, e la sua funzione principale è "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clarion - Facebook & Twitter Filter

Scarica i file di estensione Clarion - Facebook & Twitter Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Clarion - Facebook & Twitter Filter Clarion - Facebook & Twitter Filter
ID kahjalgiciepmlknpcpjllfmmgfobopk
URL Ufficiale https://chrome.google.com/webstore/detail/clarion-facebook-twitter/kahjalgiciepmlknpcpjllfmmgfobopk
Descrizione Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
Dimensione del File 250 KB
Conteggio Installazioni 329
Versione Corrente 0.1.5
Ultimo Aggiornamento 2017-01-23
Data di Pubblicazione 2017-01-23
Valutazione 4.43/5 Totale 21 Valutazioni
Sviluppatore MetaCert
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://metacert.uservoice.com/
URL della Pagina della Politica sulla Privacy https://metacert.com/privacy-policy.html
Lingue Supportate 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"
}