Unshorten URL
Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
Wat is Unshorten URL?
Unshorten URL is een Chrome-extensie ontwikkeld door tiltbit, en de belangrijkste functie is "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others".
Extensie Screenshots
Download het CRX-bestand van de extensie Unshorten URL
Download Unshorten URL-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
Basisinformatie over de Extensie
Naam | |
ID | kjhnnpddmfabiciiipggfcmmpciinjap |
Officiële URL | https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap |
Beschrijving | Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others |
Bestandsgrootte | 8.68 KB |
Aantal Installaties | 132 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2017-08-23 |
Publicatiedatum | 2017-08-23 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | tiltbit |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unshorten URL", "version": "1", "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "unshort-16.png", "48": "unshort-48.png", "128": "unshort-128.png" } } |