Full Screen Flash

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

Co to jest Full Screen Flash?

Full Screen Flash to rozszerzenie Chrome opracowane przez http://fullscreen-flash.net, a jego główną funkcją jest „If it detects a flash application, displays a button for full screen display”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Full Screen Flash

Pobierz pliki rozszerzeń Full Screen Flash w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Full Screen Flash Full Screen Flash
ID bhdldlonfinlckniaobgoadifkdldhhf
Oficjalny URL https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf
Opis If it detects a flash application, displays a button for full screen display
Rozmiar pliku 98.4 KB
Liczba instalacji 5,297
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-06-10
Data Publikacji 2016-06-10
Ocena 3.40/5 Łącznie 97 Oceny
Deweloper http://fullscreen-flash.net
Typ Płatności free
Adres URL Strony Polityki Prywatności http://chromereload.net/siteprivacy.html
Obsługiwane Języki 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"
    ]
}