Youtube Resizer

Resize and move your youtube video to make it fit your screen

Youtube Resizer क्या है?

Youtube Resizer Jaemin Jo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize and move your youtube video to make it fit your screen"।

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

screenshot

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

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

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

                        Annoyed by unnecessary margins in YouTube videos? You can now resize and move the video to make it fit your screen!

* This extension does not resize the "frame" of YouTube player but resizes the video inside the player.

1. Go to a video page on YouTube.

2. Click the app icon.

3. Set the Resizing switch to "on" and configure settings to make the video fit your screen. You can use the mouse wheel to set the values.

4. The settings are automatically applied to the next video. If you want to turn it off, set the Resizing switch to "off".                    

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

नाम Youtube Resizer Youtube Resizer
ID oeommpagcgphojijlogagaejiiahfnmm
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-resizer/oeommpagcgphojijlogagaejiiahfnmm
विवरण Resize and move your youtube video to make it fit your screen
फ़ाइल का आकार 69.77 KB
स्थापना संख्या 1,801
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2015-07-05
प्रकाशन तिथि 2015-07-04
रेटिंग 3.18/5 कुल 44 रेटिंग्स
डेवलपर Jaemin Jo
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Resizer",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Resize and move your youtube video to make it fit your screen",
    "browser_action": {
        "default_icon": "icon-normal.png",
        "default_title": "Youtube Resizer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}