Illvit Paywall Remover
Removes Illvit paywall notice and re-enables scroll
¿Qué es Illvit Paywall Remover?
Illvit Paywall Remover es una extensión de Chrome desarrollada por Ondkloss, y su función principal es "Removes Illvit paywall notice and re-enables scroll".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Illvit Paywall Remover
Descarga archivos de extensión Illvit Paywall Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension enables browsing https://illvit.no website without some of the paywall annoyances by doing the two following things, when the paywall triggers: * Remove the full screen popup that appears * Re-enable scrolling Open source: https://github.com/Ondkloss/illvit-pw-remover ----------------------------------------------- This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Illustrert Vitenskap, or any of its subsidiaries or its affiliates. The official Illustrert Vitenskap website can be found at https://illvit.no/. The name Illustrert Vitenskap as well as related names, marks, emblems and images are registered trademarks of their respective owners.
Información Básica de la Extensión
Nombre | |
ID | jphecfacbdbfcocbacfohnigalikgdfo |
URL Oficial | https://chrome.google.com/webstore/detail/illvit-paywall-remover/jphecfacbdbfcocbacfohnigalikgdfo |
Descripción | Removes Illvit paywall notice and re-enables scroll |
Tamaño del Archivo | 12.85 KB |
Cantidad de Instalaciones | 762 |
Versión Actual | 1.0.0 |
Última Actualización | 2021-07-25 |
Fecha de Publicación | 2021-07-25 |
Calificación | 3.33/5 Total de 3 Calificaciones |
Desarrollador | Ondkloss |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "permissions": [ "https:\/\/illvit.no\/*" ], "content_scripts": [ { "matches": [ "https:\/\/illvit.no\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "browser_action": [], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" } } |