ShortLink Decode
This extensions help decode the short link into the original link
Hvad er ShortLink Decode?
ShortLink Decode er en Chrome-udvidelse udviklet af https://tienich.xyz, og dens hovedfunktion er "This extensions help decode the short link into the original link".
Udvidelsesskærmbilleder
Download ShortLink Decode-udvidelses-CRX-fil
Download ShortLink Decode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extensions help decode the short link into the original link on web page Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| Officiel URL | https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| Beskrivelse | This extensions help decode the short link into the original link |
| Filstørrelse | 18.34 KB |
| Antal Installationer | 149 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2019-05-15 |
| Udgivelsesdato | 2019-05-09 |
| Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://tienich.xyz |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |