Illvit Paywall Remover
Removes Illvit paywall notice and re-enables scroll
Τι είναι το Illvit Paywall Remover;
Το Illvit Paywall Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ondkloss, και η κύρια λειτουργία του είναι "Removes Illvit paywall notice and re-enables scroll".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Illvit Paywall Remover
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" } } |