LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
ما هو LitCharts Paywall Bypass؟
LitCharts Paywall Bypass هو إضافة Chrome تم تطويرها بواسطة NeatGrease، والميزة الرئيسية لها هي "View LitCharts Literature analyses and Shakespeare translations for free.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LitCharts Paywall Bypass
قم بتنزيل ملفات الامتداد LitCharts Paywall Bypass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |