Removed Sponsored Content
This extension removes sponsored Content from web pages
Co to jest Removed Sponsored Content?
Removed Sponsored Content to rozszerzenie Chrome opracowane przez abrownm24, a jego główną funkcją jest „This extension removes sponsored Content from web pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Removed Sponsored Content
Pobierz pliki rozszerzeń Removed Sponsored Content w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hcdjjimgpihpnlbhgpjappbjehhpbfol |
Oficjalny URL | https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol |
Opis | This extension removes sponsored Content from web pages |
Rozmiar pliku | 89.09 KB |
Liczba instalacji | 215 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-11-28 |
Data Publikacji | 2015-11-28 |
Ocena | 2.30/5 Łącznie 10 Oceny |
Deweloper | abrownm24 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |