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'" } |