LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
Co je LitCharts Paywall Bypass?
LitCharts Paywall Bypass je rozšíření Chrome vyvinuté NeatGrease, a jeho hlavní funkcí je „View LitCharts Literature analyses and Shakespeare translations for free.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LitCharts Paywall Bypass
Stáhněte si soubory rozšíření LitCharts Paywall Bypass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to view the following sections of litcharts.com for free: - Shakespeare Translations - Literature Guides (Summary & Analysis only) Without this extension, the website will only let guests view a portion of these sections.
Základní Informace o Rozšíření
Název | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
Oficiální URL | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Popis | View LitCharts Literature analyses and Shakespeare translations for free. |
Velikost souboru | 5.14 KB |
Počet instalací | 4,233 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2022-01-03 |
Datum Vydání | 2021-09-29 |
Hodnocení | 2.88/5 Celkem 24 Hodnocení |
Vývojář | NeatGrease |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LitCharts Paywall Bypass", "description": "View LitCharts Literature analyses and Shakespeare translations for free.", "version": "1.1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.litcharts.com\/shakescleare\/shakespeare-translations\/*", "https:\/\/www.litcharts.com\/lit\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |