Sponsor Blocker for facebook.com
Removes sponsored posts from facebook.com
Sponsor Blocker for facebook.com क्या है?
Sponsor Blocker for facebook.com arismelachroinos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes sponsored posts from facebook.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sponsor Blocker for facebook.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple chrome extension which removes every sponsored post from your feed. There is no UI. You just install it and it should work. Once you install it, you should simply not see any sponsored posts anymore. It will never remove a post that isn't sponsored. To see how many ads have been blocked, click on the icon's extension. All languages are supported! If you have any problems, please contact me on my email. This extension has nothing to do with the Facebook company. I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link: https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U
एक्सटेंशन की मूल जानकारी
नाम | Sponsor Blocker for facebook.com |
ID | kpmbjdnfallgblelifmkiofhnpejlpll |
आधिकारिक URL | https://chromewebstore.google.com/detail/sponsor-blocker-for-faceb/kpmbjdnfallgblelifmkiofhnpejlpll |
विवरण | Removes sponsored posts from facebook.com |
फ़ाइल का आकार | 41.38 KB |
स्थापना संख्या | 651 |
वर्तमान संस्करण | 1.84 |
अंतिम अपडेट | 2022-11-10 |
प्रकाशन तिथि | 2021-05-31 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | arismelachroinos |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sponsor Blocker for facebook.com", "action": [], "version": "1.84", "description": "Removes sponsored posts from facebook.com", "permissions": [ "storage", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" } } |