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.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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 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"
    }
}