LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
Co to jest LitCharts Paywall Bypass?
LitCharts Paywall Bypass to rozszerzenie Chrome opracowane przez NeatGrease, a jego główną funkcją jest „View LitCharts Literature analyses and Shakespeare translations for free.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LitCharts Paywall Bypass
Pobierz pliki rozszerzeń LitCharts Paywall Bypass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
Oficjalny URL | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Opis | View LitCharts Literature analyses and Shakespeare translations for free. |
Rozmiar pliku | 5.14 KB |
Liczba instalacji | 4,233 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2022-01-03 |
Data Publikacji | 2021-09-29 |
Ocena | 2.88/5 Łącznie 24 Oceny |
Deweloper | NeatGrease |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |