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
Eメール [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"
    }
}