Discogs Diggr
shows videos next to the releases on a store's page
Discogs Diggrとは何ですか?
Discogs Diggrはsebastian.kovatsによって開発されたChromeの拡張機能で、その主な機能は「shows videos next to the releases on a store's page」です。
拡張機能のスクリーンショット
Discogs Diggr拡張機能のCRXファイルをダウンロード
Discogs Diggr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Discogs Diggr |
ID | igmnleelldgamcmifnjenhkegdgfaocc |
公式URL | https://chromewebstore.google.com/detail/discogs-diggr/igmnleelldgamcmifnjenhkegdgfaocc |
説明 | shows videos next to the releases on a store's page |
ファイルサイズ | 613 KB |
インストール数 | 53 |
現在のバージョン | 0.1.1 |
最終更新日 | 2024-02-03 |
公開日 | 2022-05-10 |
開発者 | sebastian.kovats |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/seboko/discogs-diggr-chrome |
ヘルプページのURL | https://github.com/seboko/discogs-diggr-chrome |
対応言語 | 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" } ] } |