Social Disconnect Plus
Remove all forms of tracking from social media contents (i.e. Facebook like button).
Τι είναι το Social Disconnect Plus;
Το Social Disconnect Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Benni, και η κύρια λειτουργία του είναι "Remove all forms of tracking from social media contents (i.e. Facebook like button).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Social Disconnect Plus
Λήψη αρχείων επέκτασης Social Disconnect Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Social Disconnect Plus is a browser extension that removes all sorts of social media content on web pages (i.e. the facebook like button and other widgets). Some features: a. removes all types of social content from web pages. b. uses selective rules from FanBoys social blocking list. c. makes your browsing faster, more private, and more secure. d. clicking on the toolbar icon enables or disables the addon. e. badge icon's text shows the number of blocked items within the current page. Note: this addon does not remove social content used for writing reviews on websites (i.e. comments plug-in) To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/social-disconnect-plus.html) and fill out the bug report form.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Social Disconnect Plus |
ID | faimofmennfcdnfmhilbhlhlhnfmpdel |
Επίσημο URL | https://chromewebstore.google.com/detail/social-disconnect-plus/faimofmennfcdnfmhilbhlhlhnfmpdel |
Περιγραφή | Remove all forms of tracking from social media contents (i.e. Facebook like button). |
Μέγεθος Αρχείου | 104 KB |
Αριθμός Εγκαταστάσεων | 1,555 |
Τρέχουσα Έκδοση | 0.1.5 |
Τελευταία Ενημέρωση | 2022-09-20 |
Ημερομηνία Δημοσίευσης | 2019-07-02 |
Αξιολόγηση | 3.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Benni |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.mybrowseraddon.com/social-disconnect-plus.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.mybrowseraddon.com/social-disconnect-plus.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "name": "Social Disconnect Plus", "homepage_url": "https:\/\/mybrowseraddon.com\/social-disconnect-plus.html", "description": "Remove all forms of tracking from social media contents (i.e. Facebook like button).", "permissions": [ "storage", "declarativeContent", "declarativeNetRequest" ], "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "url-filter", "path": "data\/filters\/url-filter.json" } ] }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |