LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
O que é LitCharts Paywall Bypass?
LitCharts Paywall Bypass é uma extensão do Chrome desenvolvida por NeatGrease, e sua principal característica é "View LitCharts Literature analyses and Shakespeare translations for free.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LitCharts Paywall Bypass
Baixe arquivos de extensão LitCharts Paywall Bypass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
URL Oficial | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Descrição | View LitCharts Literature analyses and Shakespeare translations for free. |
Tamanho do Arquivo | 5.14 KB |
Contagem de Instalações | 4,233 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-01-03 |
Data de Publicação | 2021-09-29 |
Classificação | 2.88/5 Total de 24 Avaliações |
Desenvolvedor | NeatGrease |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |