Skip shorte.st ads
Automatically skips the ads on http://sh.st/ links immediately.
什么是Skip shorte.st ads?
Skip shorte.st ads是由anka.213开发的Chrome扩展程序,该扩展的主要功能是“Automatically skips the ads on http://sh.st/ links immediately.”。
扩展截图
下载Skip shorte.st ads扩展crx文件
下载Skip shorte.st ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly skips any links on http://sh.st/ and forwards to the actual site.
Source code is available at https://github.com/anka-213/chrome-shorte.st-skipper
Supported domains:
- shorte.st
- sh.st
- clkmein.com
- viid.me
- xiw34.com
- corneey.com
- gestyy.com
- cllkme.com
- festyy.com
- destyy.com
- ceesty.com 扩展基本信息
| 名称 | |
| ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
| 官方URL | https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok |
| 简介 | Automatically skips the ads on http://sh.st/ links immediately. |
| 文件大小 | 23.34 KB |
| 安装次数 | 13,738 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2020-05-21 |
| 上架时间 | 2020-05-21 |
| 评分 | 3.63/5 共111次评分 |
| 开发者 | anka.213 |
| 付费类型 | free |
| 扩展官网 | https://github.com/anka-213/chrome-shorte.st-skipper |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skip shorte.st ads",
"version": "1.1.3",
"manifest_version": 2,
"description": "Automatically skips the ads on http:\/\/sh.st\/ links immediately.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/sh.st\/*",
"https:\/\/sh.st\/*",
"http:\/\/clkmein.com\/*",
"http:\/\/viid.me\/*",
"http:\/\/xiw34.com\/*",
"http:\/\/corneey.com\/*",
"http:\/\/gestyy.com\/*",
"http:\/\/cllkme.com\/*",
"http:\/\/festyy.com\/*",
"http:\/\/destyy.com\/*",
"http:\/\/ceesty.com\/*"
]
} | |