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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Wu Tang Name Generator | Wu Tang Clan Names |
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" ] } ] } |