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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
        "*:\/\/*\/*"
    ]
}