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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 Soundtrack Tracklist Soundtrack Tracklist
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'"
}