SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
什么是SUSCHEGG UUID?
SUSCHEGG UUID是由getvexer开发的Chrome扩展程序,该扩展的主要功能是“This extension will automatically display the UUID at the top of the page.”。
扩展截图
下载SUSCHEGG UUID扩展crx文件
下载SUSCHEGG UUID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/
扩展基本信息
名称 | SUSCHEGG UUID |
ID | gjehamgkcgppiifccfljjnkjloklejak |
官方URL | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
简介 | This extension will automatically display the UUID at the top of the page. |
文件大小 | 13.34 KB |
安装次数 | 53 |
当前版本 | 1.0 |
更新时间 | 2022-10-04 |
上架时间 | 2022-10-04 |
评分 | 3.67/5 共3次评分 |
开发者 | getvexer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://suschegg.com/ |
帮助页面URL | https://suschegg.com/discord |
隐私政策页面URL | https://suschegg.com/tos |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SUSCHEGG UUID", "version": "1.0", "manifest_version": 3, "description": "This extension will automatically display the UUID at the top of the page.", "homepage_url": "http:\/\/suschegg.com\/", "icons": { "16": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "action": { "default_icon": "icons\/icon-19.png", "default_title": "SUSCHEGG UUID", "default_popup": "src\/browser_action\/browser_action.html" }, "host_permissions": [ "https:\/\/www.chegg.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.chegg.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |