Fullscreen Magic

Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click

Fullscreen Magic क्या है?

Fullscreen Magic Arik W द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fullscreen Magic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # Fullscreen Magic

Fullscreen Magic will automatically find the most relevant element of a webpage and show it to you in a full screen. Fully enjoy videos, games, pdfs, and other embedded content with just one click. No more distractions, no more zooming in and out, no more hassle. Just pure magic.

## Features

- Works for videos (YouTube, Facebook, Twitter, etc.), iframes, simple online games, canvas elements, PDF viewers and other embedded content
- Detects the element of interest automatically and shows it in full screen mode
- Supports keyboard shortcuts and mouse gestures for easy navigation
- Compatible with Chrome, Firefox and Edge browsers

## Usage

To use Fullscreen Magic, follow these steps:

- Visit any webpage that contains an element you want to view in full screen mode
- Click on the Fullscreen Magic icon in the toolbar
- Enjoy the full screen experience
- To exit full screen mode, press F11 or Esc on your keyboard

## Source Code and License

Fullscreen Magic is open sourced and licensed under the MIT License.
See https://github.com/arikw/fullscreen-magic-extension/                    

एक्सटेंशन की मूल जानकारी

नाम Fullscreen Magic Fullscreen Magic
ID agpmfmfpldoabkmhjanenelnnplfcidm
आधिकारिक URL https://chromewebstore.google.com/detail/fullscreen-magic/agpmfmfpldoabkmhjanenelnnplfcidm
विवरण Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click
फ़ाइल का आकार 97.92 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-22
प्रकाशन तिथि 2023-04-18
डेवलपर Arik W
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arikw/fullscreen-magic-extension
सहायता पृष्ठ URL https://github.com/arikw/fullscreen-magic-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fullscreen Magic",
    "version": "1.0.0",
    "description": "Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Click to fullscreen"
    },
    "background": {
        "service_worker": "main.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "utils.js"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}