Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
什么是Free TheHindu?
Free TheHindu是由kritseen20开发的Chrome扩展程序,该扩展的主要功能是“Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit”。
扩展截图
下载Free TheHindu扩展crx文件
下载Free TheHindu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By installing this extension you can read "TheHindu" articles on their website : 1. No Annoying ads 2. No Monthly Reading Limit 3. No Subscription Advertisement
扩展基本信息
名称 | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
官方URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
简介 | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
文件大小 | 30.67 KB |
安装次数 | 328 |
当前版本 | 1.2 |
更新时间 | 2020-08-25 |
上架时间 | 2020-08-23 |
评分 | 5.00/5 共5次评分 |
开发者 | kritseen20 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free TheHindu", "version": "1.2", "description": "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit", "permissions": [ "activeTab" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.thehindu.com\/*" ], "js": [ "\/content_script.js" ], "all_frames": true } ], "manifest_version": 2 } |