Adblocker for Facebook™ (sponsored posts)
A super fast sponsored posts removal tool for Facebook™
Adblocker for Facebook™ (sponsored posts) क्या है?
Adblocker for Facebook™ (sponsored posts) balvin.perrie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A super fast sponsored posts removal tool for Facebook™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Adblocker for Facebook™ (sponsored posts) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension does not act like a normal adblocker extension. It just detects and removes sponsored posts that Facebook inserts between your actual posts. The extension does not have a network observer hence it is much faster than a normal adblocker extension. Basically, it only observes post creation and detects the "sponsored" keyword and remove the post with this keyword. That's it! Notes: 1. There is no user interface for this extension. 2. To disable the extension go to the extension manager of your browser and press the disable button. Note that you will need to refresh Facebook pages too.
एक्सटेंशन की मूल जानकारी
नाम | Adblocker for Facebook™ (sponsored posts) |
ID | lciamkaeclpffgdmljhiogcgpohbohee |
आधिकारिक URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook-sp/lciamkaeclpffgdmljhiogcgpohbohee |
विवरण | A super fast sponsored posts removal tool for Facebook™ |
फ़ाइल का आकार | 28.03 KB |
स्थापना संख्या | 231 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2019-10-28 |
प्रकाशन तिथि | 2019-10-27 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | balvin.perrie |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://add0n.com/adblocker-for-facebook.html |
सहायता पृष्ठ URL | https://add0n.com/adblocker-for-facebook.html |
गोपनीयता नीति पृष्ठ URL | https://add0n.com/policies/balvin.perrie.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "Adblocker for Facebook\u2122 (sponsored posts)", "description": "A super fast sponsored posts removal tool for Facebook\u2122", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start" } ], "homepage_url": "https:\/\/add0n.com\/adblocker-for-facebook.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |