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
擴展基本資訊
名稱 | Skip shorte.st ads |
ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
官方網址 | 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\/*" ] } |