Castle Age Monster Code Opener
This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.
Castle Age Monster Code Openerคืออะไร?
Castle Age Monster Code Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gordon Yeu และคุณลักษณะหลักของมันคือ "This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Castle Age Monster Code Opener
ดาวน์โหลดไฟล์ส่วนขยาย Castle Age Monster Code Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Castle Age Monster Code Opener, "CAMCO" is a handy tool to open monster codes in CA. What's new: 1. Added support for "Thanatos of Fire & Ice" Features: 1. Supports CA on both Facebook and web3. 2. Converts monster codes to URLs, then open them in new pages. 3. Converts monster codes to URLs, then copy them to clipboard. 4. New version supports BATCH processing! 5. Works in "Incognito Mode" Usage: 1. Select the text contains monster codes. 2. Right click the selection. 3. Castle Age Monster Code Opener > copy or open monster codes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Castle Age Monster Code Opener |
ID | abgckmhddlbhlhbhpcnfgmmdgfkbcofb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/castle-age-monster-code-o/abgckmhddlbhlhbhpcnfgmmdgfkbcofb |
คำอธิบาย | This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you. |
ขนาดไฟล์ | 15.93 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.5.0.1 |
อัปเดตครั้งล่าสุด | 2016-06-12 |
วันที่เผยแพร่ | 2016-06-12 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Gordon Yeu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Castle Age Monster Code Opener", "short_name": "CAMCO", "version": "1.5.0.1", "author": "Gordon Yeu", "description": "This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_title": "CAMCO" }, "permissions": [ "contextMenus", "clipboardWrite" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |