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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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'" } |