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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |