WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Discogs Tempo Adjust

Discogs Tempo Adjust

View on Chrome Web Store
View Discogs Tempo Adjust Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
1 new ratings
21 views
This extension has been viewed 21 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A browser extension to adjust track tempo on Discogs
Type
Extension
Users
1,000 users
8
miseryconfusion
View author page of miseryconfusion
Published
Published on November 19, 2024
Version 0.1.2
Manifest version
3
Updated
Updated on November 21, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Discogs Tempo Adjust Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discogs Tempo Adjust",
    "description": "A browser extension to adjust track tempo on Discogs",
    "version": "0.1.2",
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "action": [],
    "browser_specific_settings": [],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.discogs.com\/*"
            ],
            "css": [
                "content-scripts\/discogs.css"
            ],
            "js": [
                "content-scripts\/discogs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube-nocookie.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/youtube.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top