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.

Co to jest Wu Tang Name Generator | Wu Tang Clan Names?

Wu Tang Name Generator | Wu Tang Clan Names to rozszerzenie Chrome opracowane przez https://wutangnamegenerator.net, a jego główną funkcją jest „With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wu Tang Name Generator | Wu Tang Clan Names

Pobierz pliki rozszerzeń Wu Tang Name Generator | Wu Tang Clan Names w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wu Tang Name Generator | Wu Tang Clan Names Wu Tang Name Generator | Wu Tang Clan Names
ID phpkncncfefejkabbpomlnhgopmldiem
Oficjalny URL https://chromewebstore.google.com/detail/wu-tang-name-generator-wu/phpkncncfefejkabbpomlnhgopmldiem
Opis With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.
Rozmiar pliku 52.55 KB
Liczba instalacji 43
Aktualna Wersja 4.0
Ostatnia Aktualizacja 2020-12-14
Data Publikacji 2020-12-04
Deweloper https://wutangnamegenerator.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.wutangnamegenerator.net/
Adres URL Strony Polityki Prywatności https://www.elf-names.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}