FollowMyKinox

Plugin to connect followmy.tv with kinox.to.

FollowMyKinoxคืออะไร?

FollowMyKinox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christian และคุณลักษณะหลักของมันคือ "Plugin to connect followmy.tv with kinox.to."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FollowMyKinox

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}