Full Screen Flash

If it detects a flash application, displays a button for full screen display

Cos'è Full Screen Flash?

Full Screen Flash è un'estensione di Chrome sviluppata da http://fullscreen-flash.net, e la sua funzione principale è "If it detects a flash application, displays a button for full screen display".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Full Screen Flash

Scarica i file di estensione Full Screen Flash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        FULL SCREEN FLASH

If it detects a flash application, displays a button for full screen display. It gives you the option to make it full screen.                    

Informazioni di Base sull'Estensione

Nome Full Screen Flash Full Screen Flash
ID bhdldlonfinlckniaobgoadifkdldhhf
URL Ufficiale https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf
Descrizione If it detects a flash application, displays a button for full screen display
Dimensione del File 98.4 KB
Conteggio Installazioni 5,297
Versione Corrente 1.0
Ultimo Aggiornamento 2016-06-10
Data di Pubblicazione 2016-06-10
Valutazione 3.40/5 Totale 97 Valutazioni
Sviluppatore http://fullscreen-flash.net
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://chromereload.net/siteprivacy.html
Lingue Supportate id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "Full Screen Flash"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icons\/enable.png"
    ]
}