Real Full

Real fullscreen for flash elements.

Real Full क्या है?

Real Full Nour Khattab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real fullscreen for flash elements."।

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

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

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

                        !!!PLEASE NOTE IN BETA!!!

Provides real full screen for flash videos. 

Instructions: 
---Press Button
---Press F11 or turn on fullscreen mode to hide urlbar and co.

What it does is makes the video equal to the browser size and brings that video up in a new tab.

CURRENTLY ONLY WORKS FOR SITES HOSTING THE VIDEO/GAME.
Im currently working on getting it to work with sites that have the flash objects embedded, but give it a try, it might work.

Does not currently work with youtube (though you can just do http://labnol.blogspot.ca/2007/09/stretch-youtube-videos-to-fit-browser.html).


Please report any bugs, suggestions or sites where it does not work.                    

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

नाम Real Full Real Full
ID adgolfmncdfcaimiddahndlkdmofkkac
आधिकारिक URL https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac
विवरण Real fullscreen for flash elements.
फ़ाइल का आकार 4.28 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-03-22
प्रकाशन तिथि 2014-03-22
रेटिंग 2.25/5 कुल 4 रेटिंग्स
डेवलपर Nour Khattab
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Real Full",
    "version": "1.0",
    "description": "Real fullscreen for flash elements.",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "arrow_expand.png",
        "default_title": "Fullscreenify!"
    }
}