AdStop - Social Media Adblocker
Remove all 'Sponsored' and 'Suggested For You' ads in your Facebook™ news feed.
AdStop - Social Media Adblocker क्या है?
AdStop - Social Media Adblocker Fellshrine Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all 'Sponsored' and 'Suggested For You' ads in your Facebook™ news feed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AdStop - Social Media Adblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FEATURES: --Block ALL Sponsored and Suggested ads in your Facebook™ news feed --Works with NEW & OLD Facebook™ Themes --Improve browser speed while using Facebook™ --100% FREE --Saves time, so you see the things that matter to you --Multiple languages supported --I use this extension for myself, so it's always updated when something changes on Facebook™ --light weight. less than 100 lines of code DESCRIPTION: This extension blocks all sponsored and suggested ads in your Facebook™ news feed. If this takes off with popularity, I'll add on other social media platforms as well. Social media sites change the way they display ads frequently, to stop extensions like this from working, but I am committed to keeping this extension up-to-date. Rather than leaving a negative rating/review, please e-mail me if it stops working for some reason, and I will release a new version A.S.A.P. [email protected] - feel free to email with bugs, issues, or feature requests! to support AdStop, and future versions of AdStop, donations can be sent to [email protected] on paypal. Thanks & enjoy
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pbefabddieeaipifkohbemngjijifphn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/adstop-social-media-adblo/pbefabddieeaipifkohbemngjijifphn |
विवरण | Remove all 'Sponsored' and 'Suggested For You' ads in your Facebook™ news feed. |
फ़ाइल का आकार | 948 KB |
स्थापना संख्या | 1,247 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2020-03-18 |
प्रकाशन तिथि | 2020-03-17 |
रेटिंग | 2.92/5 कुल 12 रेटिंग्स |
डेवलपर | Fellshrine Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdStop - Social Media Adblocker", "description": "Remove all 'Sponsored' and 'Suggested For You' ads in your Facebook\u2122 news feed.", "background": { "persistent": false, "scripts": [ "script.js" ] }, "permissions": [ "activeTab", "tabs", "*:\/\/*.facebook.com\/*" ], "version": "1.2.2", "icons": { "19": "assets\/images\/logos\/19.png", "38": "assets\/images\/logos\/38.png", "64": "assets\/images\/logos\/64.png", "128": "assets\/images\/logos\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "ads.js" ], "css": [] } ], "web_accessible_resources": [], "externally_connectable": { "matches": [ "*:\/\/*.facebook.com\/*" ] } } |