Fullscreen

Fullscreen extension for device without keyboard

What is Fullscreen?

Fullscreen is a Chrome extension developed by xieby123, and its main feature is "Fullscreen extension for device without keyboard".

Extension Screenshots

screenshot

Download Fullscreen Extension CRX File

Download Fullscreen 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

                        Chrome fullscreen extension for device without keyboard, like phone, tablet and so on.
Just click the extension icon, your web page will be fullscreen. Press your device's back key to exit the fullscreen. It is simple and fast!                    

Extension Basic Information

Name Fullscreen Fullscreen
ID lbpgkagpackldbkfookmmdpfaolnoged
Official URL https://chromewebstore.google.com/detail/fullscreen/lbpgkagpackldbkfookmmdpfaolnoged
Description Fullscreen extension for device without keyboard
File Size 4.79 KB
Installation Count 911
Current Version 0.0.3
Last Updated 2022-09-02
Publish Date 2022-09-01
Rating 5.00/5 Total 7 Ratings
Developer xieby123
Email [email protected]
Payment Type free
Extension Website https://github.com/xieby1/fullscreen
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fullscreen",
    "version": "0.0.3",
    "description": "Fullscreen extension for device without keyboard",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Click to fullscreen"
    },
    "background": {
        "service_worker": "main.js"
    }
}