Soundtrack Tracklist
Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Cos'è Soundtrack Tracklist?
Soundtrack Tracklist è un'estensione di Chrome sviluppata da http://soundtracktracklist.com, e la sua funzione principale è "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Soundtrack Tracklist
Scarica i file di estensione Soundtrack Tracklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | lgcofopdpcdbibghaggjgcjnjmgffmbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/soundtrack-tracklist/lgcofopdpcdbibghaggjgcjnjmgffmbn |
Descrizione | Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series |
Dimensione del File | 76.24 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-02-21 |
Data di Pubblicazione | 2017-02-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://soundtracktracklist.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://soundtracktracklist.com/ |
URL della Pagina di Aiuto | http://soundtracktracklist.com/contact/ |
Lingue Supportate | 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'" } |