Discogs Diggr
shows videos next to the releases on a store's page
Discogs Diggr là gì?
Discogs Diggr là một tiện ích mở rộng Chrome được phát triển bởi sebastian.kovats, và tính năng chính của nó là "shows videos next to the releases on a store's page".
Ả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 Discogs Diggr
Tải xuống các tệp mở rộng Discogs Diggr 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
This simple Chrome extension makes digging through a Discogs store more convenient by directly placing the YouTube videos that have been linked to a release next to it. Say goodbye to endless back and forth between release and store page!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Discogs Diggr |
ID | igmnleelldgamcmifnjenhkegdgfaocc |
URL Chính Thức | https://chromewebstore.google.com/detail/discogs-diggr/igmnleelldgamcmifnjenhkegdgfaocc |
Mô tả | shows videos next to the releases on a store's page |
Kích Thước Tệp | 613 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2024-02-03 |
Ngày Phát Hành | 2022-05-10 |
Nhà Phát Triển | sebastian.kovats |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/seboko/discogs-diggr-chrome |
URL Trang Trợ Giúp | https://github.com/seboko/discogs-diggr-chrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discogs Diggr", "description": "shows videos next to the releases on a store's page", "version": "0.1.1", "manifest_version": 3, "icons": { "128": ".\/assets\/diggr-logo.png" }, "options_page": ".\/src\/html\/options.html", "browser_action": { "default_popup": ".\/src\/html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.discogs.com\/*seller\/*\/profile*" ], "js": [ ".\/src\/js\/foreground.js" ], "run_at": "document_idle" } ] } |