Quick Copy Roblox IDs
Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.
什么是Quick Copy Roblox IDs?
Quick Copy Roblox IDs是由CaZsm开发的Chrome扩展程序,该扩展的主要功能是“Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.”。
扩展截图
下载Quick Copy Roblox IDs扩展crx文件
下载Quick Copy Roblox IDs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
On the Roblox website, right click on a link and select Copy ID to copy an asset or user ID to your clipboard if one exists in the targeted URL.
扩展基本信息
名称 | Quick Copy Roblox IDs |
ID | gdhnniabnphencplancldglaflfafmfj |
官方URL | https://chromewebstore.google.com/detail/quick-copy-roblox-ids/gdhnniabnphencplancldglaflfafmfj |
简介 | Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs. |
文件大小 | 15.92 KB |
安装次数 | 10,000 |
当前版本 | 1.0.4 |
更新时间 | 2019-07-18 |
上架时间 | 2019-07-17 |
评分 | 4.21/5 共28次评分 |
开发者 | CaZsm |
付费类型 | free |
扩展官网 | https://github.com/CAZ-H/roblox-copy-ids |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Copy Roblox IDs", "short_name": "Quick Copy Ro-IDs", "version": "1.0.4", "description": "Adds a right click context menu item on https:\/\/www.roblox.com for quickly copying asset and user IDs.", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "src\/index.js" ], "persistent": false } } |