Removed Sponsored Content
This extension removes sponsored Content from web pages
Что такое Removed Sponsored Content?
Removed Sponsored Content - это расширение Chrome, разработанное abrownm24, и его основная функция - "This extension removes sponsored Content from web pages".
Снимки экрана расширения
Скачать файл CRX расширения Removed Sponsored Content
Скачайте файлы расширений Removed Sponsored Content в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |