ShortLink Decode
This extensions help decode the short link into the original link
Qu'est-ce que ShortLink Decode ?
ShortLink Decode est une extension Chrome développée par https://tienich.xyz, et sa fonction principale est "This extensions help decode the short link into the original link".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShortLink Decode
Téléchargez les fichiers d'extension ShortLink Decode 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
This extensions help decode the short link into the original link on web page
Informations de Base sur l'Extension
Nom | ShortLink Decode |
ID | clcgakfkgdhbcmpkgmhmoapjdiffgfia |
URL Officiel | https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia |
Description | This extensions help decode the short link into the original link |
Taille du Fichier | 18.34 KB |
Nombre d'Installations | 149 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-05-15 |
Date de Publication | 2019-05-09 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://tienich.xyz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShortLink Decode", "description": "This extensions help decode the short link into the original link", "version": "1.2", "icons": { "16": "icon.png", "48": "icon.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |