ドットインストール連続再生

初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します

What is ドットインストール連続再生?

ドットインストール連続再生 is a Chrome extension developed by https://ie4.me, and its main feature is "初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します".

Extension Screenshots

screenshot

Download ドットインストール連続再生 Extension CRX File

Download ドットインストール連続再生 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        初心者向けプログラミング学習サイト『ドットインストール http://dotinstall.com/ 』の動画を、自動で連続再生させる拡張機能です。

一連の動画の復習を兼ねて「通し見」や「流し見」をしたい時や、他の作業をしながらの「ながら見」をしたい時に便利です。

・動画が終わったら「完了」ボタンを押して、次の動画へ移動します。
・ポップアップ画面でも、同様に動作します。
・レッスン一覧を登録して、レッスンの巡回が可能。(各レッスンのURLをオプション画面から登録)

また、どのような処理を行っているかの参考までに、ソースはGithub上に置いてあります。

https://github.com/ie4/chrome_auto_player_dotinstall

※今後、ページのDOM構成が変わったら動かなくなる可能性があります                    

Extension Basic Information

Name ドットインストール連続再生 ドットインストール連続再生
ID iamjmfdpekhdfkdahjmeahghgcdpehco
Official URL https://chromewebstore.google.com/detail/%E3%83%89%E3%83%83%E3%83%88%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E9%80%A3%E7%B6%9A%E5%86%8D%E7%94%9F/iamjmfdpekhdfkdahjmeahghgcdpehco
Description 初心者向けプログラミング学習サイト『ドットインストール』の動画を連続で再生します
File Size 156 KB
Installation Count 70
Current Version 0.3.7
Last Updated 2015-09-20
Publish Date 2015-09-20
Rating 4.67/5 Total 3 Ratings
Developer https://ie4.me
Email [email protected]
Payment Type free
Extension Website https://github.com/ie4/chrome_auto_player_dotinstall
Help Page URL https://github.com/ie4/chrome_auto_player_dotinstall
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30c9\u30c3\u30c8\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u9023\u7d9a\u518d\u751f",
    "short_name": "\u30ac\u30c3\u30c4\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb",
    "version": "0.3.7",
    "manifest_version": 2,
    "description": "\u521d\u5fc3\u8005\u5411\u3051\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u5b66\u7fd2\u30b5\u30a4\u30c8\u300e\u30c9\u30c3\u30c8\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u300f\u306e\u52d5\u753b\u3092\u9023\u7d9a\u3067\u518d\u751f\u3057\u307e\u3059",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/dotinstall.com\/lessons\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dotinstall.com\/lessons\/*"
            ],
            "js": [
                "js\/jquery\/jquery-2.1.4.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html"
}