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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MetaCert, και η κύρια λειτουργία του είναι "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Clarion - Facebook & Twitter Filter
Λήψη αρχείων επέκτασης Clarion - Facebook & Twitter Filter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } |