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