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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Looking for a name generator for clans or cats of warrior's world. This warrior cat name generator gives you unique names for you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cat Name Generator | Cat Names एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |