Star Wars Name Generator
Star Wars Name Generator to you can generate your own character names for Star Wars.
Star Wars Name Generator क्या है?
Star Wars Name Generator https://starwarsnamegenerator.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Star Wars Name Generator to you can generate your own character names for Star Wars."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star Wars Name Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make your own Cool & creative Star Wars Character Names by Star Wars Name Generator. If you are confused, how to find star wars character names, like Jedi names, darth names, stormtrooper names, planet names, and many names you can create with Star Wars Name Generator chrome Extension. To Star Wars name generator Chrome Extension you can generate 5 unique names with just one click without any website or online tool. How to use it? First you need to download this Chrome Extension from the Chrome Web Store. Then Install this extension on Chrome Browser Now you can generate names with one click Enjoy it.
एक्सटेंशन की मूल जानकारी
नाम | Star Wars Name Generator |
ID | kceiiaokgfflpjdedcobhfabgjogikal |
आधिकारिक URL | https://chromewebstore.google.com/detail/star-wars-name-generator/kceiiaokgfflpjdedcobhfabgjogikal |
विवरण | Star Wars Name Generator to you can generate your own character names for Star Wars. |
फ़ाइल का आकार | 55.04 KB |
स्थापना संख्या | 149 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2021-06-25 |
प्रकाशन तिथि | 2021-06-25 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://starwarsnamegenerator.us |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://starwarsnamegenerator.us/ |
गोपनीयता नीति पृष्ठ URL | https://www.starwarsnamegenerator.us/privacy-policy.html |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars Name Generator", "description": "Star Wars Name Generator to you can generate your own character names for Star Wars.", "version": "2.0", "browser_action": { "default_icon": "images\/128.png", "default_popup": "index.html" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/64.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/developer.chrome.com\/*" ], "js": [ "js\/star.js", "js\/jquery-3.1.0.min.js" ], "css": [ "css\/style.css" ] } ] } |