Illvit Paywall Remover

Removes Illvit paywall notice and re-enables scroll

Illvit Paywall Remover là gì?

Illvit Paywall Remover là một tiện ích mở rộng Chrome được phát triển bởi Ondkloss, và tính năng chính của nó là "Removes Illvit paywall notice and re-enables scroll".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Illvit Paywall Remover

Tải xuống các tệp mở rộng Illvit Paywall Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Illvit Paywall Remover Illvit Paywall Remover
ID jphecfacbdbfcocbacfohnigalikgdfo
URL Chính Thức https://chrome.google.com/webstore/detail/illvit-paywall-remover/jphecfacbdbfcocbacfohnigalikgdfo
Mô tả Removes Illvit paywall notice and re-enables scroll
Kích Thước Tệp 12.85 KB
Số Lần Cài Đặt 762
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-07-25
Ngày Phát Hành 2021-07-25
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ondkloss
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}