Illvit Paywall Remover
Removes Illvit paywall notice and re-enables scroll
Illvit Paywall Remover क्या है?
Illvit Paywall Remover Ondkloss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Illvit paywall notice and re-enables scroll"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Illvit Paywall Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |