Quick Copy Roblox IDs
Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.
What is Quick Copy Roblox IDs?
Quick Copy Roblox IDs is a Chrome extension developed by CaZsm, and its main feature is "Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.".
Extension Screenshots
Download Quick Copy Roblox IDs Extension CRX File
Download Quick Copy Roblox IDs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Quick Copy Roblox IDs |
ID | gdhnniabnphencplancldglaflfafmfj |
Official URL | https://chromewebstore.google.com/detail/quick-copy-roblox-ids/gdhnniabnphencplancldglaflfafmfj |
Description | Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs. |
File Size | 15.92 KB |
Installation Count | 10,000 |
Current Version | 1.0.4 |
Last Updated | 2019-07-18 |
Publish Date | 2019-07-17 |
Rating | 4.21/5 Total 28 Ratings |
Developer | CaZsm |
Payment Type | free |
Extension Website | https://github.com/CAZ-H/roblox-copy-ids |
Supported Languages | 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 } } |