Real Full

Real fullscreen for flash elements.

Vad är Real Full?

Real Full är en Chrome-tillägg utvecklad av Nour Khattab, och dess huvudfunktion är "Real fullscreen for flash elements.".

Ladda ner Real Full-förlängningens CRX-fil

Ladda ner Real Full-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        !!!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.                    

Grundläggande Information om Tillägg

Namn Real Full Real Full
ID adgolfmncdfcaimiddahndlkdmofkkac
Officiell webbadress https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac
Beskrivning Real fullscreen for flash elements.
Filstorlek 4.28 KB
Antal Installationer 60
Aktuell Version 1.0
Senast Uppdaterad 2014-03-22
Publiceringsdatum 2014-03-22
Betyg 2.25/5 Totalt 4 Betyg
Utvecklare Nour Khattab
Betalningssätt free
Stödda Språk 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!"
    }
}