LitCharts Paywall Bypass

View LitCharts Literature analyses and Shakespeare translations for free.

Qu'est-ce que LitCharts Paywall Bypass ?

LitCharts Paywall Bypass est une extension Chrome développée par NeatGrease, et sa fonction principale est "View LitCharts Literature analyses and Shakespeare translations for free.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LitCharts Paywall Bypass

Téléchargez les fichiers d'extension LitCharts Paywall Bypass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LitCharts Paywall Bypass LitCharts Paywall Bypass
ID bbhhanegbdkmdgonfgkbkomcahmccjpm
URL Officiel https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm
Description View LitCharts Literature analyses and Shakespeare translations for free.
Taille du Fichier 5.14 KB
Nombre d'Installations 4,233
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-01-03
Date de Publication 2021-09-29
Évaluation 2.88/5 Total 24 Évaluations
Développeur NeatGrease
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}