ShortLink Decode
This extensions help decode the short link into the original link
Was ist ShortLink Decode?
ShortLink Decode ist eine Chrome-Erweiterung, die von https://tienich.xyz entwickelt wurde, und ihr Hauptmerkmal ist "This extensions help decode the short link into the original link".
Erweiterungsscreenshots
ShortLink Decode-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShortLink Decode-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
This extensions help decode the short link into the original link on web page Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| Offizielle URL | https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| Beschreibung | This extensions help decode the short link into the original link |
| Dateigröße | 18.34 KB |
| Installationsanzahl | 149 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2019-05-15 |
| Veröffentlichungsdatum | 2019-05-09 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://tienich.xyz |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |