Fullscreen Plus

Full screen websites without address/tabs bar

What is Fullscreen Plus?

Fullscreen Plus is a Chrome extension developed by trishul.goel, and its main feature is "Full screen websites without address/tabs bar".

Extension Screenshots

screenshot

Download Fullscreen Plus Extension CRX File

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

                        Go distraction free full screen.
Mac/Windows/Linux - Control+Shift+F                    

Extension Basic Information

Name Fullscreen Plus Fullscreen Plus
ID doebahemngchadpfcadamjapeiceakli
Official URL https://chromewebstore.google.com/detail/fullscreen-plus/doebahemngchadpfcadamjapeiceakli
Description Full screen websites without address/tabs bar
File Size 4.79 KB
Installation Count 141
Current Version 2.0
Last Updated 2018-12-31
Publish Date 2018-12-28
Rating 3.00/5 Total 2 Ratings
Developer trishul.goel
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Plus",
    "description": "Full screen websites without address\/tabs bar",
    "version": "2.0",
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ]
}