one time url shortener

This extension is for making self destructing short links, also you can setup your own shortener service,…

Cos'è one time url shortener?

one time url shortener è un'estensione di Chrome sviluppata da qwertyforce, e la sua funzione principale è "This extension is for making self destructing short links, also you can setup your own shortener service,…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione one time url shortener

Scarica i file di estensione one time url shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension is for making self destructing short links, also you can setup your own shortener service, https://github.com/qwertyforce/one-time-url-shortener                    

Informazioni di Base sull'Estensione

Nome one time url shortener one time url shortener
ID kkedfdehcgcnlkkelpmalfijohmpkcpo
URL Ufficiale https://chrome.google.com/webstore/detail/kkedfdehcgcnlkkelpmalfijohmpkcpo
Descrizione This extension is for making self destructing short links, also you can setup your own shortener service,…
Dimensione del File 10.56 KB
Conteggio Installazioni 54
Versione Corrente 1.5
Ultimo Aggiornamento 2020-09-14
Data di Pubblicazione 2019-03-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore qwertyforce
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/qwertyforce/one-time-url-shortener
URL della Pagina di Aiuto https://github.com/qwertyforce/one-time-url-shortener/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "one time url shortener",
    "description": " ",
    "version": "1.5",
    "browser_action": {
        "default_popup": "registration.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}