茜荣音乐
茜荣音乐
茜荣音乐란 무엇입니까?
茜荣音乐은(는) lirongfei985에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "茜荣音乐"입니다.
확장 프로그램 스크린샷
茜荣音乐 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
茜荣听歌 - chrome版音乐插件, 音乐来自网络, 更方便的听音乐 茜荣科技 - 引领至简生活
확장 프로그램 기본 정보
이름 | |
ID | abmamaonlmnbckndilknihlpipfffkin |
공식 URL | https://chrome.google.com/webstore/detail/%E8%8C%9C%E8%8D%A3%E9%9F%B3%E4%B9%90/abmamaonlmnbckndilknihlpipfffkin |
설명 | 茜荣音乐 |
파일 크기 | 1.94 MB |
설치 횟수 | 349 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2020-05-31 |
출시 날짜 | 2020-05-30 |
평점 | 3.28/5 총 18 개의 평점 |
개발자 | lirongfei985 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u831c\u8363\u97f3\u4e50", "version": "1.1.3", "manifest_version": 2, "description": "\u831c\u8363\u97f3\u4e50", "icons": { "16": "imgs\/16.png", "24": "imgs\/24.png", "32": "imgs\/32.png", "48": "imgs\/48.png", "64": "imgs\/64.png", "72": "imgs\/72.png", "96": "imgs\/96.png", "128": "imgs\/128.png" }, "options_page": "popup.html", "browser_action": { "default_icon": "imgs\/16.png", "default_popup": "popup.html" }, "content_scripts": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/mp3.qianrong.net; object-src 'self'", "web_accessible_resources": [ "dest\/*", "imgs\/*", "bootstrap\/*" ], "background": { "page": "background.html" }, "permissions": [ "notifications", "cookies", "https:\/\/mp3.qianrong.net\/*", "*:\/\/*.kugou.com\/*", "*:\/\/*.kuwo.cn\/*", "*:\/\/*.qq.com\/*", "*:\/\/*.163.com\/*" ] } |