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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |