FollowMyKinox

Plugin to connect followmy.tv with kinox.to.

什麼是FollowMyKinox?

FollowMyKinox是由Christian開發的Chrome擴展程式,該擴展的主要功能是“Plugin to connect followmy.tv with kinox.to.”。

擴展截圖

screenshot

下載FollowMyKinox擴展crx文件

下載FollowMyKinox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}