600% Sound Volume

Up to 600% volume boost

600% Sound Volume क्या है?

600% Sound Volume aliaksandr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Up to 600% volume boost"।

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

screenshot
screenshot

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

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

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

                        The simplest and most reliable volume booster

🚀 Features
⭐️ Up to 600 % volume boost
⭐️ Control volume of any tab
⭐️ Fine-grained control: 0 % - 600 %
⭐️ Switch to any tab playing audio with just one click                    

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

नाम 600% Sound Volume 600% Sound Volume
ID kcgedkeajhbfkackhppmenimpfpnopje
आधिकारिक URL https://chromewebstore.google.com/detail/600%25-sound-volume/kcgedkeajhbfkackhppmenimpfpnopje
विवरण Up to 600% volume boost
फ़ाइल का आकार 100 KB
स्थापना संख्या 41,325
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2021-05-08
रेटिंग 3.96/5 कुल 138 रेटिंग्स
डेवलपर aliaksandr
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://policy.resourcefulman.net/Privacy-Policy.txt
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.1",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "20": "icons\/icon_20.png",
        "24": "icons\/icon_20.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png"
    },
    "action": {
        "default_title": "__MSG_app_name__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "20": "icons\/icon_20.png",
            "24": "icons\/icon_20.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/scripts.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+6"
            }
        }
    }
}