Soundtrack Tracklist
Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Soundtrack Tracklistとは何ですか?
Soundtrack Tracklistはhttp://soundtracktracklist.comによって開発されたChromeの拡張機能で、その主な機能は「Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series」です。
拡張機能のスクリーンショット
Soundtrack Tracklist拡張機能のCRXファイルをダウンロード
Soundtrack Tracklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension Soundtrack Tracklist for Google Chrome allows you to keep track of news from the world of film and music. All soundtracks to new films, cartoons, anime, video games will be available without having to go to the site. Stay up to date with new releases of the soundtrack of the world!
拡張機能の基本情報
名前 | |
ID | lgcofopdpcdbibghaggjgcjnjmgffmbn |
公式URL | https://chrome.google.com/webstore/detail/soundtrack-tracklist/lgcofopdpcdbibghaggjgcjnjmgffmbn |
説明 | Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series |
ファイルサイズ | 76.24 KB |
インストール数 | 37 |
現在のバージョン | 1.2 |
最終更新日 | 2017-02-21 |
公開日 | 2017-02-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://soundtracktracklist.com |
支払い方法 | free |
拡張機能のウェブサイト | http://soundtracktracklist.com/ |
ヘルプページのURL | http://soundtracktracklist.com/contact/ |
対応言語 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Soundtrack Tracklist", "version": "1.2", "description": "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Soundtrack Tracklist", "default_popup": "soundtracktracklist.html", "default_icon": "icon128.png" }, "permissions": [ "unlimitedStorage", "notifications" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |