LitCharts Paywall Bypass

View LitCharts Literature analyses and Shakespeare translations for free.

Apa itu LitCharts Paywall Bypass?

LitCharts Paywall Bypass adalah ekstensi Chrome yang dikembangkan oleh NeatGrease, dan fitur utamanya adalah "View LitCharts Literature analyses and Shakespeare translations for free.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LitCharts Paywall Bypass

Unduh file ekstensi LitCharts Paywall Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LitCharts Paywall Bypass LitCharts Paywall Bypass
ID bbhhanegbdkmdgonfgkbkomcahmccjpm
URL Resmi https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm
Deskripsi View LitCharts Literature analyses and Shakespeare translations for free.
Ukuran File 5.14 KB
Jumlah Instalasi 4,233
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-01-03
Tanggal Publikasi 2021-09-29
Penilaian 2.88/5 Total 24 Penilaian
Pengembang NeatGrease
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}