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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}