Skip shorte.st ads
Automatically skips the ads on http://sh.st/ links immediately.
What is Skip shorte.st ads?
Skip shorte.st ads is a Chrome extension developed by anka.213, and its main feature is "Automatically skips the ads on http://sh.st/ links immediately.".
Extension Screenshots
Download Skip shorte.st ads Extension CRX File
Download Skip shorte.st ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Skip shorte.st ads |
ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
Official URL | https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok |
Description | Automatically skips the ads on http://sh.st/ links immediately. |
File Size | 23.34 KB |
Installation Count | 13,738 |
Current Version | 1.1.3 |
Last Updated | 2020-05-21 |
Publish Date | 2020-05-21 |
Rating | 3.63/5 Total 111 Ratings |
Developer | anka.213 |
Payment Type | free |
Extension Website | https://github.com/anka-213/chrome-shorte.st-skipper |
Supported Languages | 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\/*" ] } |