Brevis
URL shortener with no ads or cookies.
什麼是Brevis?
Brevis是由https://brevis.wtf開發的Chrome擴展程式,該擴展的主要功能是“URL shortener with no ads or cookies.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |  | 
| ID | khinkohbpjjnhhoidkkmfmopeeloifnj | 
| 官方網址 | 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 | 
| 電子郵箱 | [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": [
        "*:\/\/*\/*"
    ]
} | |