Played
Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…
Playedとは何ですか?
PlayedはNiceBoxによって開発されたChromeの拡張機能で、その主な機能は「Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience…」です。
拡張機能のスクリーンショット
Played拡張機能のCRXファイルをダウンロード
Played拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience of download and upload functionalities, allowing you to effortlessly retrieve a list of your played tracks and synchronize them with another computer. Now, your musical journey remains effortlessly connected and harmonized across devices. 拡張機能の基本情報
| 名前 | |
| ID | kjmgcdnnenllkdedebigognpfnfgknlm |
| 公式URL | https://chromewebstore.google.com/detail/played/kjmgcdnnenllkdedebigognpfnfgknlm |
| 説明 | Enhance your Beatport experience with this extension, designed to seamlessly mark your played tracks. Enjoy the added convenience… |
| ファイルサイズ | 244 KB |
| インストール数 | 25 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2023-12-31 |
| 公開日 | 2022-10-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | NiceBox |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Played",
"version": "1.2.0",
"permissions": [
"tabs"
],
"icons": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png",
"48": "images\/icons\/48.png",
"128": "images\/icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.beatport.com\/*"
],
"js": [
"js\/jquery-3.3.1.js",
"js\/root.js",
"sites\/beatport\/dexie.js",
"sites\/beatport\/dexie-export-import.js",
"sites\/beatport\/save.js",
"sites\/beatport\/script.js"
],
"css": [
"sites\/beatport\/styles.css"
]
}
]
} | |