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.
扩展基本信息
名称 | 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": [ "*:\/\/*\/*" ] } |