Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

Netflix Continue Watching란 무엇입니까?

Netflix Continue Watching은(는) michaelcook.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Moves the 'Continue Watching' section to the top of your Netflix page!"입니다.

확장 프로그램 스크린샷

screenshot

Netflix Continue Watching 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

확장 프로그램 기본 정보

이름 Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
공식 URL https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
설명 Moves the 'Continue Watching' section to the top of your Netflix page!
파일 크기 133 KB
설치 횟수 890
현재 버전 1.0.4
최근 업데이트 2016-10-06
출시 날짜 2016-10-06
평점 2.80/5 총 10 개의 평점
개발자 michaelcook.tech
결제 유형 free
확장 프로그램 웹 사이트 http://yays.co
지원되는 언어 en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}