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