LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
什麼是LitCharts Paywall Bypass?
LitCharts Paywall Bypass是由NeatGrease開發的Chrome擴展程式,該擴展的主要功能是“View LitCharts Literature analyses and Shakespeare translations for free.”。
擴展截圖
下載LitCharts Paywall Bypass擴展crx文件
下載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 |
官方網址 | 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" } } |