NetFlix More

Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.

NetFlix More란 무엇입니까?

NetFlix More은(는) missyoyowoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy."입니다.

확장 프로그램 스크린샷

screenshot

NetFlix More 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Unblock & Access the Netflix catalogue.                    

확장 프로그램 기본 정보

이름 NetFlix More NetFlix More
ID ifekeaknckdddnkalojkgfmkmmnplgim
공식 URL https://chrome.google.com/webstore/detail/netflix-more/ifekeaknckdddnkalojkgfmkmmnplgim
설명 Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.
파일 크기 62.63 KB
설치 횟수 25
현재 버전 0.1.2
최근 업데이트 2019-05-17
출시 날짜 2019-05-14
개발자 missyoyowoo
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_DESCRIPTION__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_POPUP_TITLE__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/127.0.0.1; object-src 'self';",
    "default_locale": "zh_CN",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "56.0.0",
    "permissions": [
        "proxy",
        "tabs",
        "identity",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "version": "0.1.2"
}