Social Disconnect Plus
Remove all forms of tracking from social media contents (i.e. Facebook like button).
Social Disconnect Plus क्या है?
Social Disconnect Plus Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all forms of tracking from social media contents (i.e. Facebook like button)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Disconnect Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |