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.
What is Castle Age Monster Code Opener?
Castle Age Monster Code Opener is a Chrome extension developed by Gordon Yeu, and its main feature is "This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.".
Extension Screenshots
Download Castle Age Monster Code Opener Extension CRX File
Download Castle Age Monster Code Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Castle Age Monster Code Opener |
ID | abgckmhddlbhlhbhpcnfgmmdgfkbcofb |
Official URL | https://chromewebstore.google.com/detail/castle-age-monster-code-o/abgckmhddlbhlhbhpcnfgmmdgfkbcofb |
Description | This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you. |
File Size | 15.93 KB |
Installation Count | 38 |
Current Version | 1.5.0.1 |
Last Updated | 2016-06-12 |
Publish Date | 2016-06-12 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Gordon Yeu |
Payment Type | free |
Supported Languages | 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" } } |