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 |
| 电子邮箱 | [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"
]
}
]
} | |