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.
Wu Tang Name Generator | Wu Tang Clan Namesとは何ですか?
Wu Tang Name Generator | Wu Tang Clan Namesはhttps://wutangnamegenerator.netによって開発されたChromeの拡張機能で、その主な機能は「With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.」です。
拡張機能のスクリーンショット
Wu Tang Name Generator | Wu Tang Clan Names拡張機能のCRXファイルをダウンロード
Wu Tang Name Generator | Wu Tang Clan Names拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | phpkncncfefejkabbpomlnhgopmldiem |
| 公式URL | https://chromewebstore.google.com/detail/wu-tang-name-generator-wu/phpkncncfefejkabbpomlnhgopmldiem |
| 説明 | With Wu Tang Name Generator, you can generate hundred's of rap name with just one click. |
| ファイルサイズ | 52.55 KB |
| インストール数 | 43 |
| 現在のバージョン | 4.0 |
| 最終更新日 | 2020-12-14 |
| 公開日 | 2020-12-04 |
| 開発者 | https://wutangnamegenerator.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.wutangnamegenerator.net/ |
| プライバシーポリシーページのURL | https://www.elf-names.com/privacy-policy |
| 対応言語 | 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"
]
}
]
} | |