Soundtrack Tracklist
Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Hvad er Soundtrack Tracklist?
Soundtrack Tracklist er en Chrome-udvidelse udviklet af http://soundtracktracklist.com, og dens hovedfunktion er "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series".
Udvidelsesskærmbilleder
Download Soundtrack Tracklist-udvidelses-CRX-fil
Download Soundtrack Tracklist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lgcofopdpcdbibghaggjgcjnjmgffmbn |
Officiel URL | https://chrome.google.com/webstore/detail/soundtrack-tracklist/lgcofopdpcdbibghaggjgcjnjmgffmbn |
Beskrivelse | Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series |
Filstørrelse | 76.24 KB |
Antal Installationer | 37 |
Nuværende Version | 1.2 |
Senest Opdateret | 2017-02-21 |
Udgivelsesdato | 2017-02-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://soundtracktracklist.com |
Betalingsmetode | free |
Udvidelseswebsted | http://soundtracktracklist.com/ |
Hjælpeside-URL | http://soundtracktracklist.com/contact/ |
Understøttede Sprog | 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'" } |