Soundtrack Tracklist
Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Что такое Soundtrack Tracklist?
Soundtrack Tracklist - это расширение Chrome, разработанное http://soundtracktracklist.com, и его основная функция - "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series".
Снимки экрана расширения
Скачать файл CRX расширения Soundtrack Tracklist
Скачайте файлы расширений 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'" } |