LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
LitCharts Paywall Bypass là gì?
LitCharts Paywall Bypass là một tiện ích mở rộng Chrome được phát triển bởi NeatGrease, và tính năng chính của nó là "View LitCharts Literature analyses and Shakespeare translations for free.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LitCharts Paywall Bypass
Tải xuống các tệp mở rộng LitCharts Paywall Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
URL Chính Thức | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Mô tả | View LitCharts Literature analyses and Shakespeare translations for free. |
Kích Thước Tệp | 5.14 KB |
Số Lần Cài Đặt | 4,233 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2022-01-03 |
Ngày Phát Hành | 2021-09-29 |
Đánh Giá | 2.88/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | NeatGrease |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |