Removed Sponsored Content
This extension removes sponsored Content from web pages
Removed Sponsored Content क्या है?
Removed Sponsored Content abrownm24 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes sponsored Content from web pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Removed Sponsored Content एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of sponsored content on websites tricking you into navigating to unwanted pages across often suspicious and advertisement filled websites? Well no more! This extension will remove all "Around the web", "Sponsored", and "Featured" content from websites that redirect you to another web site. Any links internal to the site you are currently viewing are left in tact, only the links to external sites are removed. The extension is still new so please note any bugs you find. If there are any websites where the "sponsored" section still appears, let me know and I will work on including them.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hcdjjimgpihpnlbhgpjappbjehhpbfol |
आधिकारिक URL | https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol |
विवरण | This extension removes sponsored Content from web pages |
फ़ाइल का आकार | 89.09 KB |
स्थापना संख्या | 215 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-11-28 |
प्रकाशन तिथि | 2015-11-28 |
रेटिंग | 2.30/5 कुल 10 रेटिंग्स |
डेवलपर | abrownm24 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Removed Sponsored Content", "short_name": "R S C", "description": "This extension removes sponsored Content from web pages", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "mycss.css" ], "run_at": "document_idle", "js": [ "jquery.js", "jquery-ui.js", "myscript.js" ] } ], "icons": { "16": "RSC.png", "48": "RSC.png", "128": "RSC.png" }, "permissions": [ "tabs" ] } |