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.

O que é Cat Name Generator | Cat Names?

Cat Name Generator | Cat Names é uma extensão do Chrome desenvolvida por Frogly, e sua principal característica é "Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cat Name Generator | Cat Names

Baixe arquivos de extensão Cat Name Generator | Cat Names no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cat Name Generator | Cat Names Cat Name Generator | Cat Names
ID ocdnmamjljiejihhjifmdfdhfdmidpig
URL Oficial https://chromewebstore.google.com/detail/cat-name-generator-cat-na/ocdnmamjljiejihhjifmdfdhfdmidpig
Descrição Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you.
Tamanho do Arquivo 54.93 KB
Contagem de Instalações 329
Versão Atual 2
Última Atualização 2021-02-16
Data de Publicação 2021-02-16
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor Frogly
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wutangnamegenerator.net/warrior-cat-names.html
URL da Página de Política de Privacidade https://www.elf-names.com/privacy-policy
Idiomas Suportados 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'"
}