Artwork Grabber
Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.
Artwork Grabber là gì?
Artwork Grabber là một tiện ích mở rộng Chrome được phát triển bởi https://sparanoid.com, và tính năng chính của nó là "Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Artwork Grabber
Tải xuống các tệp mở rộng Artwork Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pjdeblccplohlgedbefopohaedodcgci |
URL Chính Thức | https://chromewebstore.google.com/detail/artwork-grabber/pjdeblccplohlgedbefopohaedodcgci |
Mô tả | Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported. |
Kích Thước Tệp | 19.64 KB |
Số Lần Cài Đặt | 419 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2019-09-02 |
Ngày Phát Hành | 2019-09-01 |
Đánh Giá | 3.75/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://sparanoid.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sparanoid.com/work/itunes-artwork-grabber/ |
URL Trang Trợ Giúp | https://sparanoid.com/work/itunes-artwork-grabber/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |