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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |