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 هو إضافة Chrome تم تطويرها بواسطة Frogly، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Cat Name Generator | Cat Names

قم بتنزيل ملفات الامتداد Cat Name Generator | Cat Names بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
}