One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
One-Click Skip Button for Google Musicとは何ですか?
One-Click Skip Button for Google MusicはProcrastinating Studentによって開発されたChromeの拡張機能で、その主な機能は「Skip songs in Google Music from your address bar.」です。
拡張機能のスクリーンショット
One-Click Skip Button for Google Music拡張機能のCRXファイルをダウンロード
One-Click Skip Button for Google Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a skip button to your address bar, letting you skip the currently-playing song in Google Music.
You *must* have the companion extension "One-Click Controls for Google Music" enabled in order to use this extension.
Get it here:
https://chrome.google.com/webstore/detail/one-click-controls-for-go/iplcnndnkaahamcojidocbfdagapbcal
Get the rewind button here:
https://chrome.google.com/webstore/detail/jecmhknpaakaljaahcpjpojlomilfcbk 拡張機能の基本情報
| 名前 | |
| ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
| 公式URL | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
| 説明 | Skip songs in Google Music from your address bar. |
| ファイルサイズ | 8.62 KB |
| インストール数 | 23 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2017-12-01 |
| 公開日 | 2017-11-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Procrastinating Student |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "One-Click Skip Button for Google Music",
"description": "Skip songs in Google Music from your address bar.",
"version": "0.0.1",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "images\/ff_19_black.png",
"38": "images\/ff_38_black.png"
}
},
"manifest_version": 2
} | |