Artwork Grabber
Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.
Artwork Grabberคืออะไร?
Artwork Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sparanoid.com และคุณลักษณะหลักของมันคือ "Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Artwork Grabber
ดาวน์โหลดไฟล์ส่วนขยาย Artwork Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Yet another artwork grabber for cover / icon lovers. Get high-res artwork for apps, music, books, movies, TV shows, podcasts and more, all types supported. Works with Google Chrome, and Greasemonkey / Tampermonkey / Scriptish / etc. And it's open-sourced: https://github.com/sparanoid/itunes-artwork-grabber
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjdeblccplohlgedbefopohaedodcgci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/artwork-grabber/pjdeblccplohlgedbefopohaedodcgci |
คำอธิบาย | Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported. |
ขนาดไฟล์ | 19.64 KB |
จำนวนการติดตั้ง | 419 |
เวอร์ชันปัจจุบัน | 1.0.9 |
อัปเดตครั้งล่าสุด | 2019-09-02 |
วันที่เผยแพร่ | 2019-09-01 |
คะแนน | 3.75/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://sparanoid.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sparanoid.com/work/itunes-artwork-grabber/ |
URL หน้าช่วยเหลือ | https://sparanoid.com/work/itunes-artwork-grabber/ |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.9", "manifest_version": 2, "default_locale": "en", "icons": { "128": "Icon.png" }, "homepage_url": "https:\/\/sparanoid.com\/work\/itunes-artwork-grabber\/", "content_scripts": [ { "matches": [ "*:\/\/*.apple.com\/*" ], "js": [ "scripts\/itunes-artwork-grabber.user.js" ], "run_at": "document_end" } ] } |