FullView Pro is a lightweight Chrome extension that allows users to toggle fullscreen mode on any website with a single click. The extension adds a floating icon to all web pages, which can be clicked to enter or exit fullscreen mode. Users can also choose to temporarily hide the icon from the extension settings.
- One-click fullscreen mode activation.
- Floating icon with an intuitive design.
- Option to temporarily hide the icon.
- Simple and minimalistic UI.
- Works on all websites.
- Download or clone this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer Mode (toggle in the top-right corner).
- Click "Load Unpacked" and select the extracted folder.
- The extension will be installed and ready to use.
FullView Pro/
│── manifest.json # Chrome extension manifest file
│── background.js # Background script for handling settings
│── content.js # Injects the fullscreen button into web pages
│── popup.html # Popup UI for extension settings
│── popup.js # Manages settings like hiding/showing the icon
│── options.html # Additional settings page
│── icon.png # Extension icon
- Click on the floating icon to toggle fullscreen mode.
- Open the extension popup to hide or show the icon.
- Changes are automatically saved in Chrome storage.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
Developed by Nutshell Bytes 🚀