Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
什么是Times Colonist Subscription Remover?
Times Colonist Subscription Remover是由Justin Kolberg开发的Chrome扩展程序,该扩展的主要功能是“Removes the subscription pop-up from the Times Colonist website.”。
扩展截图
下载Times Colonist Subscription Remover扩展crx文件
下载Times Colonist Subscription Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes the subscription pop-up from the Times Colonist website.
Source code at http://github.com/amdprophet/times-colonist-subscription-remover/ 扩展基本信息
| 名称 | |
| ID | hpeejnjgokkebabmjhbednpmogijfkcj |
| 官方URL | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
| 简介 | Removes the subscription pop-up from the Times Colonist website. |
| 文件大小 | 52.94 KB |
| 安装次数 | 45 |
| 当前版本 | 1.2 |
| 更新时间 | 2019-10-29 |
| 上架时间 | 2019-10-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Justin Kolberg |
| 付费类型 | free |
| 扩展官网 | http://github.com/amdprophet/times-colonist-subscription-remover |
| 帮助页面URL | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Times Colonist Subscription Remover",
"version": "1.2",
"manifest_version": 2,
"description": "Removes the subscription pop-up from the Times Colonist website.",
"homepage_url": "http:\/\/github.com\/amdprophet\/times-colonist-subscription-remover",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.timescolonist.com\/*"
],
"css": [
"main.css"
],
"js": [
"jquery-1.9.1.min.js",
"main.js"
],
"all_frames": true
}
]
} | |