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
官方網址 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
電子郵箱 [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'"
}