Illvit Paywall Remover

Removes Illvit paywall notice and re-enables scroll

Cos'è Illvit Paywall Remover?

Illvit Paywall Remover è un'estensione di Chrome sviluppata da Ondkloss, e la sua funzione principale è "Removes Illvit paywall notice and re-enables scroll".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Illvit Paywall Remover

Scarica i file di estensione Illvit Paywall Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Illvit Paywall Remover Illvit Paywall Remover
ID jphecfacbdbfcocbacfohnigalikgdfo
URL Ufficiale https://chrome.google.com/webstore/detail/illvit-paywall-remover/jphecfacbdbfcocbacfohnigalikgdfo
Descrizione Removes Illvit paywall notice and re-enables scroll
Dimensione del File 12.85 KB
Conteggio Installazioni 762
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-07-25
Data di Pubblicazione 2021-07-25
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Ondkloss
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}