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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jphecfacbdbfcocbacfohnigalikgdfo |
官方網址 | 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" } } |