Clarion - Facebook & Twitter Filter
Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
Co je Clarion - Facebook & Twitter Filter?
Clarion - Facebook & Twitter Filter je rozšíření Chrome vyvinuté MetaCert, a jeho hlavní funkcí je „Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Clarion - Facebook & Twitter Filter
Stáhněte si soubory rozšíření Clarion - Facebook & 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í
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
Základní Informace o Rozšíření
Název | |
ID | kahjalgiciepmlknpcpjllfmmgfobopk |
Oficiální URL | https://chrome.google.com/webstore/detail/clarion-facebook-twitter/kahjalgiciepmlknpcpjllfmmgfobopk |
Popis | Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook. |
Velikost souboru | 250 KB |
Počet instalací | 329 |
Aktuální Verze | 0.1.5 |
Poslední Aktualizace | 2017-01-23 |
Datum Vydání | 2017-01-23 |
Hodnocení | 4.43/5 Celkem 21 Hodnocení |
Vývojář | MetaCert |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://metacert.uservoice.com/ |
URL Stránky Zásad Ochrany Soukromí | https://metacert.com/privacy-policy.html |
Podporované Jazyky | 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" } |