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\/*" ] } |