FollowMyKinox

Plugin to connect followmy.tv with kinox.to.

FollowMyKinox란 무엇입니까?

FollowMyKinox은(는) Christian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin to connect followmy.tv with kinox.to."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        FollowMyKinox - Improving your TV experience

FollowMyKinox is a easy-to-use plugin for all followmy.tv users, who watch their favourite shows on kinox.to.

It provides an additional button for each list entry in the show list. This button sends you directly to the corresponding kinox.to season and episode you want to watch next.

How does it work:
- Install the plugin
- Go to the show list: http://followmy.tv/show_list
- By hovering over an entry you will see 2 additional buttons on the right
- The first time hit "Source" and enter the url on kinox.to of the show you want to watch
- From now on you can simply hit the "kinox.to" button to get directly to the show, season and episode


If you want support for other services than kinox.to, please let me know!

Disclaimer:
Please make sure that the usage of kinox.to is allowed in your country if you want to use this extension. I don't support illegal use of any services in any kind.                    

확장 프로그램 기본 정보

이름 FollowMyKinox FollowMyKinox
ID dedkejpkdlicndoiejmgjcoegdjbpfkc
공식 URL https://chromewebstore.google.com/detail/followmykinox/dedkejpkdlicndoiejmgjcoegdjbpfkc
설명 Plugin to connect followmy.tv with kinox.to.
파일 크기 51.69 KB
설치 횟수 26
현재 버전 1.2.1
최근 업데이트 2015-11-15
출시 날짜 2015-11-14
평점 4.22/5 총 9 개의 평점
개발자 Christian
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FollowMyKinox",
    "description": "Plugin to connect followmy.tv with kinox.to.",
    "author": "Christian Reiter",
    "version": "1.2.1",
    "permissions": [
        "*:\/\/*\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/followmy.tv\/show_list"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "analytics.js",
                "settings.js",
                "main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/kinox.to\/*",
                "http:\/\/kinox.to\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "selector.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}