LitCharts Paywall Bypass

View LitCharts Literature analyses and Shakespeare translations for free.

LitCharts Paywall Bypass क्या है?

LitCharts Paywall Bypass NeatGrease द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View LitCharts Literature analyses and Shakespeare translations for free."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LitCharts Paywall Bypass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LitCharts Paywall Bypass LitCharts Paywall Bypass
ID bbhhanegbdkmdgonfgkbkomcahmccjpm
आधिकारिक URL https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm
विवरण View LitCharts Literature analyses and Shakespeare translations for free.
फ़ाइल का आकार 5.14 KB
स्थापना संख्या 4,233
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-01-03
प्रकाशन तिथि 2021-09-29
रेटिंग 2.88/5 कुल 24 रेटिंग्स
डेवलपर NeatGrease
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}