Brevis

URL shortener with no ads or cookies.

What is Brevis?

Brevis is a Chrome extension developed by https://brevis.wtf, and its main feature is "URL shortener with no ads or cookies.".

Extension Screenshots

screenshot
screenshot

Download Brevis Extension CRX File

Download Brevis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Brevis Brevis
ID khinkohbpjjnhhoidkkmfmopeeloifnj
Official URL https://chromewebstore.google.com/detail/brevis/khinkohbpjjnhhoidkkmfmopeeloifnj
Description URL shortener with no ads or cookies.
File Size 17.33 KB
Installation Count 15
Current Version 1.0.6
Last Updated 2023-03-19
Publish Date 2020-03-17
Developer https://brevis.wtf
Email [email protected]
Payment Type free
Extension Website https://brevis.wtf/
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}