Soundtrack Tracklist
Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Co to jest Soundtrack Tracklist?
Soundtrack Tracklist to rozszerzenie Chrome opracowane przez http://soundtracktracklist.com, a jego główną funkcją jest „Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Soundtrack Tracklist
Pobierz pliki rozszerzeń Soundtrack Tracklist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lgcofopdpcdbibghaggjgcjnjmgffmbn |
Oficjalny URL | https://chrome.google.com/webstore/detail/soundtrack-tracklist/lgcofopdpcdbibghaggjgcjnjmgffmbn |
Opis | Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series |
Rozmiar pliku | 76.24 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-02-21 |
Data Publikacji | 2017-02-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://soundtracktracklist.com |
Typ Płatności | free |
Strona Rozszerzenia | http://soundtracktracklist.com/ |
Adres URL Strony Pomocy | http://soundtracktracklist.com/contact/ |
Obsługiwane Języki | 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'" } |