Bandcamp Fixed Player

This extension fixes the header in place along with the player

Bandcamp Fixed Player क्या है?

Bandcamp Fixed Player Alex Morrison द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension fixes the header in place along with the player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bandcamp Fixed Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension adds a fixed player to the bandcamp header.                    

एक्सटेंशन की मूल जानकारी

नाम Bandcamp Fixed Player Bandcamp Fixed Player
ID ooldlpkajceeakdoolgdaecodilheoha
आधिकारिक URL https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha
विवरण This extension fixes the header in place along with the player
फ़ाइल का आकार 20.21 KB
स्थापना संख्या 85
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2024-02-17
प्रकाशन तिथि 2020-03-19
रेटिंग 2.00/5 कुल 3 रेटिंग्स
डेवलपर Alex Morrison
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Fixed Player",
    "version": "0.0.4",
    "manifest_version": 3,
    "description": "This extension fixes the header in place along with the player",
    "homepage_url": "https:\/\/bandcamp.com",
    "icons": {
        "16": "icons\/play16.png",
        "48": "icons\/play48.png",
        "128": "icons\/play128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*.bandcamp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bandcamp.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}