Wu Tang Name Generator | Wu Tang Clan Names
With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.
Cos'è Wu Tang Name Generator | Wu Tang Clan Names?
Wu Tang Name Generator | Wu Tang Clan Names è un'estensione di Chrome sviluppata da https://wutangnamegenerator.net, e la sua funzione principale è "With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wu Tang Name Generator | Wu Tang Clan Names
Scarica i file di estensione Wu Tang Name Generator | Wu Tang Clan Names in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Hello Rappers, To Wu Tang name generator Chrome Extension you can generate 5 unique wu tang names with just one click without any website or online tool. If you are fan of the Wu Tang Clan, I hope you like this Chrome Extension. Just install this extension on your Chrome browser. You will easily create your own Names like Wu Tang Clan.
Informazioni di Base sull'Estensione
Nome | Wu Tang Name Generator | Wu Tang Clan Names |
ID | phpkncncfefejkabbpomlnhgopmldiem |
URL Ufficiale | https://chromewebstore.google.com/detail/wu-tang-name-generator-wu/phpkncncfefejkabbpomlnhgopmldiem |
Descrizione | With Wu Tang Name Generator, you can generate hundred's of rap name with just one click. |
Dimensione del File | 52.55 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2020-12-14 |
Data di Pubblicazione | 2020-12-04 |
Sviluppatore | https://wutangnamegenerator.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.wutangnamegenerator.net/ |
URL della Pagina della Politica sulla Privacy | https://www.elf-names.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wu Tang Name Generator | Wu Tang Clan Names", "description": "With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.", "version": "4.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\/wuclan.js", "js\/jquery-3.1.0.min.js" ], "css": [ "css\/style.css" ] } ] } |