TTFA Repeat or Loop for Youtube Videos
A simple extension to repeat or loop Youtube videos
TTFA Repeat or Loop for Youtube Videosとは何ですか?
TTFA Repeat or Loop for Youtube Videosはhttps://www.techtipsforall.comによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to repeat or loop Youtube videos」です。
拡張機能のスクリーンショット
TTFA Repeat or Loop for Youtube Videos拡張機能のCRXファイルをダウンロード
TTFA Repeat or Loop for Youtube Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension to repeat or loop Youtube videos from one specific point to another.
拡張機能の基本情報
名前 | TTFA Repeat or Loop for Youtube Videos |
ID | bkblfjclpnkdmichcdfnppjdhcpehdag |
公式URL | https://chromewebstore.google.com/detail/ttfa-repeat-or-loop-for-y/bkblfjclpnkdmichcdfnppjdhcpehdag |
説明 | A simple extension to repeat or loop Youtube videos |
ファイルサイズ | 150 KB |
インストール数 | 14 |
現在のバージョン | 1.1 |
最終更新日 | 2013-11-02 |
公開日 | 2013-11-02 |
開発者 | https://www.techtipsforall.com |
支払い方法 | free |
ヘルプページのURL | http://www.techtipsforall.com/2013/10/how-to-repeat-or-loop-youtube-videos.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TTFA Repeat or Loop for Youtube Videos", "version": "1.1", "manifest_version": 2, "description": "A simple extension to repeat or loop Youtube videos", "icons": { "16": "myicon.png", "48": "Tech Tips For All_48.png", "128": "Tech Tips For All_128.png" }, "browser_action": { "default_icon": "myicon.png", "default_title": "TTFA Repeat or Loop for Youtube Videos", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch*" ], "js": [ "contentscript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "pagescript.js", "jquery-1.10.2.js" ] } |