Quick Copy Roblox IDs
Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.
Wat is Quick Copy Roblox IDs?
Quick Copy Roblox IDs is een Chrome-extensie ontwikkeld door CaZsm, en de belangrijkste functie is "Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Copy Roblox IDs
Download Quick Copy Roblox IDs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quick Copy Roblox IDs |
ID | gdhnniabnphencplancldglaflfafmfj |
Officiële URL | https://chromewebstore.google.com/detail/quick-copy-roblox-ids/gdhnniabnphencplancldglaflfafmfj |
Beschrijving | Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs. |
Bestandsgrootte | 15.92 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2019-07-18 |
Publicatiedatum | 2019-07-17 |
Beoordeling | 4.21/5 Totaal 28 Beoordelingen |
Ontwikkelaar | CaZsm |
Betalingswijze | free |
Extensiewebsite | https://github.com/CAZ-H/roblox-copy-ids |
Ondersteunde Talen | 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 } } |