Skip shorte.st ads
Automatically skips the ads on http://sh.st/ links immediately.
Was ist Skip shorte.st ads?
Skip shorte.st ads ist eine Chrome-Erweiterung, die von anka.213 entwickelt wurde, und ihr Hauptmerkmal ist "Automatically skips the ads on http://sh.st/ links immediately.".
Erweiterungsscreenshots
Skip shorte.st ads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skip shorte.st ads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Skip shorte.st ads |
ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
Offizielle URL | https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok |
Beschreibung | Automatically skips the ads on http://sh.st/ links immediately. |
Dateigröße | 23.34 KB |
Installationsanzahl | 13,738 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2020-05-21 |
Veröffentlichungsdatum | 2020-05-21 |
Bewertung | 3.63/5 Insgesamt 111 Bewertungen |
Entwickler | anka.213 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/anka-213/chrome-shorte.st-skipper |
Unterstützte Sprachen | 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\/*" ] } |