Full Screen Flash

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

Full Screen Flash là gì?

Full Screen Flash là một tiện ích mở rộng Chrome được phát triển bởi http://fullscreen-flash.net, và tính năng chính của nó là "If it detects a flash application, displays a button for full screen display".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Full Screen Flash

Tải xuống các tệp mở rộng Full Screen Flash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Full Screen Flash Full Screen Flash
ID bhdldlonfinlckniaobgoadifkdldhhf
URL Chính Thức https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf
Mô tả If it detects a flash application, displays a button for full screen display
Kích Thước Tệp 98.4 KB
Số Lần Cài Đặt 5,297
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-10
Ngày Phát Hành 2016-06-10
Đánh Giá 3.40/5 Tổng số 97 Đánh Giá
Nhà Phát Triển http://fullscreen-flash.net
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://chromereload.net/siteprivacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}