FullScreen for Chrome

Fullscreen, #1 Zoom and Dark Mode more options will get in one

FullScreen for Chrome क्या है?

FullScreen for Chrome https://www.downloadhub.cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fullscreen, #1 Zoom and Dark Mode more options will get in one"।

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

screenshot
screenshot

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

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

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

                        FullScreen extension allows you to zoom your web pages. This allows you to view your webpage more closely. There is more to do with this extension than just zooming. This extension gives you the option to make your web page full screen. This extension gives you the option to make your web page full screen. With this extension you can open the source code of any website. You can make a duplicate tab of any website. The best feature of the extension is that this extension gives you the option to do dark mode. As a result you can view any web page with dark mode on.

Features
+  Web page can be full screen.
+  Web pages can be zoomed to 500%.
+  Dark mode layer.
+  Print, duplicate, source code view option
+  Very lite and easy to use Extension.                    

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

नाम FullScreen for Chrome FullScreen for Chrome
ID ecjjidggacjjilibfmkamcnakiegbojp
आधिकारिक URL https://chromewebstore.google.com/detail/fullscreen-for-chrome/ecjjidggacjjilibfmkamcnakiegbojp
विवरण Fullscreen, #1 Zoom and Dark Mode more options will get in one
फ़ाइल का आकार 78.68 KB
स्थापना संख्या 494
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2023-02-21
डेवलपर https://www.downloadhub.cloud
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.downloadhub.cloud/2023/02/FullScreen.html
गोपनीयता नीति पृष्ठ URL https://www.downloadhub.cloud/p/privacy-policy.html
समर्थित भाषाएँ en,en-GB,en-US,es,pt-BR,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128-d.png",
            "32": "data\/icons\/icon-32-d.png",
            "38": "data\/icons\/icon-38-d.png"
        },
        "default_title": "__MSG_extNikName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/FullScreen.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "short_name": "light-off",
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content-style.css"
            ]
        }
    ]
}