One Key Full Screen

Full screen with one click on the button and not need any permission.

What is One Key Full Screen?

One Key Full Screen is a Chrome extension developed by Kerwin Che, and its main feature is "Full screen with one click on the button and not need any permission.".

Extension Screenshots

screenshot
screenshot

Download One Key Full Screen Extension CRX File

Download One Key Full Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Full screen with one click on the button and not need any permission.                    

Extension Basic Information

Name One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
Official URL https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Description Full screen with one click on the button and not need any permission.
File Size 9.35 KB
Installation Count 741
Current Version 1.0.0
Last Updated 2015-03-01
Publish Date 2015-02-28
Rating 3.73/5 Total 15 Ratings
Developer Kerwin Che
Payment Type free
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [],
    "version": "1.0.0"
}