Fullscreen Please

Enables full screen button on all embedded youtube videos.

Fullscreen Please क्या है?

Fullscreen Please chaos9990 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables full screen button on all embedded youtube videos."।

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

screenshot
screenshot
screenshot

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

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

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

                        This app was borne out of frustration at websites disabling the full screen option on embedded youtube videos. So I made an extension to fix that. If you get as annoyed as I do, this will ease your frustrations!

Feel free to send me feedback or bugs as I want to make this better! I know some sites won't be supported so just let me know via email and I can add them!

chad [at] thechadcampbell.com

And donate if you appreciate the work I do! :)

https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=35WYLWH9LBWTW&lc=US&item_name=FullScreen%20Please¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest                    

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

नाम Fullscreen Please Fullscreen Please
ID amlilajfgbcljjokheaofnhbgmdcmbam
आधिकारिक URL https://chrome.google.com/webstore/detail/fullscreen-please/amlilajfgbcljjokheaofnhbgmdcmbam
विवरण Enables full screen button on all embedded youtube videos.
फ़ाइल का आकार 29.51 KB
स्थापना संख्या 178
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2016-04-24
प्रकाशन तिथि 2016-04-24
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर chaos9990
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Please",
    "short_name": "FullScreen",
    "description": "Enables full screen button on all embedded youtube videos.",
    "version": "1.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}