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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}