Illvit Paywall Remover

Removes Illvit paywall notice and re-enables scroll

什么是Illvit Paywall Remover?

Illvit Paywall Remover是由Ondkloss开发的Chrome扩展程序,该扩展的主要功能是“Removes Illvit paywall notice and re-enables scroll”。

扩展截图

screenshot
screenshot

下载Illvit Paywall Remover扩展crx文件

下载Illvit Paywall Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Illvit Paywall Remover Illvit Paywall Remover
ID jphecfacbdbfcocbacfohnigalikgdfo
官方URL https://chrome.google.com/webstore/detail/illvit-paywall-remover/jphecfacbdbfcocbacfohnigalikgdfo
简介 Removes Illvit paywall notice and re-enables scroll
文件大小 12.85 KB
安装次数 762
当前版本 1.0.0
更新时间 2021-07-25
上架时间 2021-07-25
评分 3.33/5 共3次评分
开发者 Ondkloss
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}