Browser Video Tuner

Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…

Browser Video Tuner क्या है?

Browser Video Tuner M3D द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…"।

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

screenshot
screenshot

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

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

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

                        Changing size and aspect ratio of the video in the browser.

1. Start the video.
2. Click on the extension icon.
3. Expand the video to full screen.
4. Control the video size and aspect using the OSD menu.                    

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

नाम Browser Video Tuner Browser Video Tuner
ID enlkmhjigjnkjhocdnakhnabohfpdbag
आधिकारिक URL https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag
विवरण Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
फ़ाइल का आकार 99.13 KB
स्थापना संख्या 879
वर्तमान संस्करण 1.5
अंतिम अपडेट 2022-08-16
प्रकाशन तिथि 2020-10-19
रेटिंग 4.30/5 कुल 23 रेटिंग्स
डेवलपर M3D
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://m3d.me
गोपनीयता नीति पृष्ठ URL https://nyashi.ru/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Video Tuner",
    "description": "",
    "version": "1.5",
    "icons": {
        "128": "i\/icon128.png",
        "48": "i\/icon48.png",
        "16": "i\/icon16.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "i\/icon19.png",
            "38": "i\/icon38.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "index.html",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}