Brevis

URL shortener with no ads or cookies.

Cos'è Brevis?

Brevis è un'estensione di Chrome sviluppata da https://brevis.wtf, e la sua funzione principale è "URL shortener with no ads or cookies.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Brevis

Scarica i file di estensione Brevis 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

                        One click URL shortening.  Shortens URL and copies it to clipboard by clicking the icon.  URLs which have already been shortened will show the 4 character code on the icon upon loading the page.                    

Informazioni di Base sull'Estensione

Nome Brevis Brevis
ID khinkohbpjjnhhoidkkmfmopeeloifnj
URL Ufficiale https://chromewebstore.google.com/detail/brevis/khinkohbpjjnhhoidkkmfmopeeloifnj
Descrizione URL shortener with no ads or cookies.
Dimensione del File 17.33 KB
Conteggio Installazioni 15
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-03-19
Data di Pubblicazione 2020-03-17
Sviluppatore https://brevis.wtf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://brevis.wtf/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brevis",
    "version": "1.0.6",
    "description": "URL shortener with no ads or cookies.",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png",
        "192": "images\/icon192.png"
    },
    "action": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}