ytloop
Automatically replay the video in Youtube by default.
ytloopとは何ですか?
ytloopはikaflowerによって開発されたChromeの拡張機能で、その主な機能は「Automatically replay the video in Youtube by default.」です。
拡張機能のスクリーンショット
ytloop拡張機能のCRXファイルをダウンロード
ytloop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.
拡張機能の基本情報
名前 | ytloop |
ID | elcnaihlaknobdaoafljjbpbdobaccpp |
公式URL | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
説明 | Automatically replay the video in Youtube by default. |
ファイルサイズ | 11.64 KB |
インストール数 | 17 |
現在のバージョン | 1.0.2 |
最終更新日 | 2013-07-16 |
公開日 | 2013-07-16 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | ikaflower |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytloop", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*" ], "js": [ "ytloop.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |