ShortLink Decode
This extensions help decode the short link into the original link
Wat is ShortLink Decode?
ShortLink Decode is een Chrome-extensie ontwikkeld door https://tienich.xyz, en de belangrijkste functie is "This extensions help decode the short link into the original link".
Extensie Screenshots
Download het CRX-bestand van de extensie ShortLink Decode
Download ShortLink Decode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extensions help decode the short link into the original link on web page Basisinformatie over de Extensie
| Naam | |
| ID | clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| Officiële URL | https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| Beschrijving | This extensions help decode the short link into the original link |
| Bestandsgrootte | 18.34 KB |
| Aantal Installaties | 149 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-05-15 |
| Publicatiedatum | 2019-05-09 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://tienich.xyz |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |