Loop That Vid
This extension allows you to play a youtube video or song on an infinite loop
Loop That Vidとは何ですか?
Loop That VidはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to play a youtube video or song on an infinite loop」です。
拡張機能のスクリーンショット
Loop That Vid拡張機能のCRXファイルをダウンロード
Loop That Vid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to play a youtube video/song on an infinite loop. Usage Go to www.youtube.com and open a video/song of your liking. Click the 'Loop That Vid' extension button on the top right corner of chrome. Story I like to listen to songs on an infinite loop. I was tired of manually editing urls to loop a song that I wanted to listen to indefinitely. Hence, LoopThatVid. What is really happening? This extension edits your url to direct you to a website which loops your video/song.
拡張機能の基本情報
名前 | Loop That Vid |
ID | adlilnogifgfhgcnigbkbfekcedfajgg |
公式URL | https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg |
説明 | This extension allows you to play a youtube video or song on an infinite loop |
ファイルサイズ | 16.49 KB |
インストール数 | 22 |
現在のバージョン | 1.0 |
最終更新日 | 2015-01-06 |
公開日 | 2015-01-06 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Loop That Vid", "description": "This extension allows you to play a youtube video or song on an infinite loop", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "mainLogic.js" ] } } |