Cat Name Generator | Cat Names

Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you.

Cat Name Generator | Cat Namesとは何ですか?

Cat Name Generator | Cat NamesはFroglyによって開発されたChromeの拡張機能で、その主な機能は「Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you.」です。

拡張機能のスクリーンショット

screenshot

Cat Name Generator | Cat Names拡張機能のCRXファイルをダウンロード

Cat Name Generator | Cat Names拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hey Warriors, If you are looking for the best and unique names for your cats like the Warrior cats novel’s cats or clan. Then you should check out this Chrome extension to generate hundreds of unique names. 

Here at cat name generator for Warriors that you can generate five unique names on every time when you tap on the generate button. You can generate two types of names and clan names by clicking on two different buttons.

If you are a die-hard fan of warrior cats and you want to name your cats the same way, then install this cat name generator extension on your Chrome browser and start generating names by only one click.                    

拡張機能の基本情報

名前 Cat Name Generator | Cat Names Cat Name Generator | Cat Names
ID ocdnmamjljiejihhjifmdfdhfdmidpig
公式URL https://chromewebstore.google.com/detail/cat-name-generator-cat-na/ocdnmamjljiejihhjifmdfdhfdmidpig
説明 Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you.
ファイルサイズ 54.93 KB
インストール数 329
現在のバージョン 2
最終更新日 2021-02-16
公開日 2021-02-16
評価 3.50/5 合計 2 レビュー
開発者 Frogly
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.wutangnamegenerator.net/warrior-cat-names.html
プライバシーポリシーページのURL https://www.elf-names.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Name Generator | Cat Names",
    "description": "Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you.",
    "version": "2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/developer.chrome.com\/*"
            ],
            "js": [
                "warriorcat.js",
                "jquery-3.1.0.min.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}