Looper
Loop your favorite youtube music!
Looperとは何ですか?
Looperはhttps://www.looper.mzf.czによって開発されたChromeの拡張機能で、その主な機能は「Loop your favorite youtube music!」です。
拡張機能のスクリーンショット
Looper拡張機能のCRXファイルをダウンロード
Looper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you have that song you have to listen all the time but you dont want to click on the playbutton every time ? Well now here is your solution ! With this you can listen to your favorite music 24/7 ! 拡張機能の基本情報
| 名前 | |
| ID | dkhbillepflnnigmailedlidoefkofmg |
| 公式URL | https://chromewebstore.google.com/detail/looper/dkhbillepflnnigmailedlidoefkofmg |
| 説明 | Loop your favorite youtube music! |
| ファイルサイズ | 5.44 KB |
| インストール数 | 25 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-11-15 |
| 公開日 | 2015-11-15 |
| 開発者 | https://www.looper.mzf.cz |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.looper.mzf.cz/ |
| 対応言語 | cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Looper",
"description": "Loop your favorite youtube music!",
"version": "1.0",
"permissions": [
"tabs"
],
"browser_action": {
"default_title": "Loop it!",
"default_icon": "loop.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |