Unblock youku and all - Unblock Boundary
Help user abroad access their Video & music website such as youku and all
Unblock youku and all - Unblock Boundary란 무엇입니까?
Unblock youku and all - Unblock Boundary은(는) https://unblock.im에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help user abroad access their Video & music website such as youku and all"입니다.
확장 프로그램 스크린샷
Unblock youku and all - Unblock Boundary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Help user overseas access their web service in mainland China. By installing the extension, you agree to Unblock Boundary's Privacy Policy (https://www.unblock.im/flat/help/privacy-policy/).
확장 프로그램 기본 정보
이름 | Unblock youku and all - Unblock Boundary |
ID | keffjnnjjpeemgobbiemjhpdmbbkedmh |
공식 URL | https://chromewebstore.google.com/detail/unblock-youku-and-all-unb/keffjnnjjpeemgobbiemjhpdmbbkedmh |
설명 | Help user abroad access their Video & music website such as youku and all |
파일 크기 | 386 KB |
설치 횟수 | 147,857 |
현재 버전 | 6.0.4 |
최근 업데이트 | 2022-10-16 |
출시 날짜 | 2020-06-05 |
평점 | 4.02/5 총 1808 개의 평점 |
개발자 | https://unblock.im |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.unblock.im |
도움말 페이지 URL | https://www.unblock.im/faq/ |
개인정보 보호 정책 페이지 URL | https://www.unblock.im/flat/help/privacy-policy |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "6.0.4", "manifest_version": 3, "minimum_chrome_version": "103.0", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "proxy", "declarativeNetRequestWithHostAccess", "storage", "notifications", "alarms", "webRequest", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "Unblock Boundary isn't working properly!", "default_icon": "icons\/icon19gray.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.tudou.js.0972b475.5f8a12cc.js" ], "matches": [ "http:\/\/www.tudou.com\/*" ], "run_at": "document_end", "all_frames": true }, { "js": [ "assets\/content-script-loader.music.163.js.85f6e7b2.f4edc40d.js" ], "matches": [ "http:\/\/music.163.com\/*" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "http:\/\/www.tudou.com\/*" ], "resources": [ "assets\/tudou.js.0972b475.js" ], "use_dynamic_url": true }, { "matches": [ "http:\/\/music.163.com\/*" ], "resources": [ "assets\/music.163.js.85f6e7b2.js" ], "use_dynamic_url": true } ] } |