Quick Copy Roblox IDs
Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.
Vad är Quick Copy Roblox IDs?
Quick Copy Roblox IDs är en Chrome-tillägg utvecklad av CaZsm, och dess huvudfunktion är "Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.".
Tilläggsskärmbilder
Ladda ner Quick Copy Roblox IDs-förlängningens CRX-fil
Ladda ner Quick Copy Roblox IDs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gdhnniabnphencplancldglaflfafmfj |
| Officiell webbadress | https://chromewebstore.google.com/detail/quick-copy-roblox-ids/gdhnniabnphencplancldglaflfafmfj |
| Beskrivning | Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs. |
| Filstorlek | 15.92 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2019-07-18 |
| Publiceringsdatum | 2019-07-17 |
| Betyg | 4.21/5 Totalt 28 Betyg |
| Utvecklare | CaZsm |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/CAZ-H/roblox-copy-ids |
| Stödda Språk | 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
}
} | |