Brevis

URL shortener with no ads or cookies.

Brevisとは何ですか?

Brevisはhttps://brevis.wtfによって開発されたChromeの拡張機能で、その主な機能は「URL shortener with no ads or cookies.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Brevis拡張機能のCRXファイルをダウンロード

Brevis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Brevis Brevis
ID khinkohbpjjnhhoidkkmfmopeeloifnj
公式URL https://chromewebstore.google.com/detail/brevis/khinkohbpjjnhhoidkkmfmopeeloifnj
説明 URL shortener with no ads or cookies.
ファイルサイズ 17.33 KB
インストール数 15
現在のバージョン 1.0.6
最終更新日 2023-03-19
公開日 2020-03-17
開発者 https://brevis.wtf
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://brevis.wtf/
対応言語 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": [
        "*:\/\/*\/*"
    ]
}