Searcher for Discogs

Allows to listen to tracks on Discogs by clicking on it.

Searcher for Discogsคืออะไร?

Searcher for Discogs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bbonch.github.io และคุณลักษณะหลักของมันคือ "Allows to listen to tracks on Discogs by clicking on it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Searcher for Discogs

ดาวน์โหลดไฟล์ส่วนขยาย Searcher for Discogs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        How to use it:
1. Go to supported site.
2. Find any release you want.
3. Click on the icon next to any track name in a release page.
4. Enjoy.

Supported sites:
 - www.discogs.com
 - rateyourmusic.com

Change Log:

8.1.0
- Update to manifest v3

8.0.0
- Fixed

7.0.0
- It is free now

6.0.6
- Removed YouTube playlist search result option

6.0.1
- Added new source Deezer
- Removed ability to add videos to YouTube playlists. You can add them to 'Watch later' playlist.

5.0.0
Added support for rateyourmusic.com

4.0.20
Ability to choose the default source on the settings page(YouTube, Spotify, etc.)

4.0.19
It asks the permission to access your license information

4.0.12
Ability to add videos to your YouTube playlists.

YouTube Terms of Service
https://www.youtube.com/static?gl=GB&template=terms

Google Privacy Policy
https://policies.google.com/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Searcher for Discogs Searcher for Discogs
ID kfaklaicipagejpdmnefheakeoikempa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searcher-for-discogs/kfaklaicipagejpdmnefheakeoikempa
คำอธิบาย Allows to listen to tracks on Discogs by clicking on it.
ขนาดไฟล์ 719 KB
จำนวนการติดตั้ง 1,720
เวอร์ชันปัจจุบัน 8.1.6
อัปเดตครั้งล่าสุด 2023-01-09
วันที่เผยแพร่ 2020-06-04
คะแนน 4.54/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา https://bbonch.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bbonch.github.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.codefirst.co.uk/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searcher for Discogs",
    "version": "8.1.6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon.png"
    },
    "description": "Allows to listen to tracks on Discogs by clicking on it.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.discogs.com\/*",
                "https:\/\/rateyourmusic.com\/*"
            ],
            "css": [
                "dist\/sfd.css"
            ],
            "js": [
                "libs\/yt.js",
                "libs\/gtag.js",
                "dist\/load-cs.js"
            ]
        }
    ],
    "short_name": "Searcher for Discogs",
    "action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Searcher for Discogs 8.1.6"
    },
    "author": "Dmitry Sergienko",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.jpg",
                "fonts\/*.*",
                "*.html",
                "dist\/sfd.js"
            ],
            "matches": [
                "https:\/\/*.discogs.com\/*",
                "https:\/\/rateyourmusic.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.spotify.com\/*",
        "https:\/\/*.deezer.com\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "options_page": "html\/settings.html",
    "manifest_version": 3
}