Skip shorte.st ads
Automatically skips the ads on http://sh.st/ links immediately.
Qu'est-ce que Skip shorte.st ads ?
Skip shorte.st ads est une extension Chrome développée par anka.213, et sa fonction principale est "Automatically skips the ads on http://sh.st/ links immediately.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skip shorte.st ads
Téléchargez les fichiers d'extension Skip shorte.st ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Skip shorte.st ads |
ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
URL Officiel | https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok |
Description | Automatically skips the ads on http://sh.st/ links immediately. |
Taille du Fichier | 23.34 KB |
Nombre d'Installations | 13,738 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2020-05-21 |
Date de Publication | 2020-05-21 |
Évaluation | 3.63/5 Total 111 Évaluations |
Développeur | anka.213 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/anka-213/chrome-shorte.st-skipper |
Langues Prises en Charge | 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\/*" ] } |