Page Cage

Loads a page inside a frame so it can't be seen by other extensions

Page Cage क्या है?

Page Cage Francisco Ruiz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Loads a page inside a frame so it can't be seen by other extensions"।

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

screenshot
screenshot
screenshot

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

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

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

                        Hasn't it ever bothered you to see a password manager box popping unexpectedly and offer to save your login? Password managers can do this because they can see everything on that page, including all your precious private information. In fact, most extensions and add-ons installed on your browser can do it. Feeling better now?

Now, you can open the page in incognito mode, which by default blocks all extensions from loading, but if you have allowed some extensions to load in this mode, it's rather tedious to go one by one making sure they are safe.

Page Cage protects your private pages from intrusion by loading them inside a frame to which the other extensions do not have access. It's as simple as clicking the Page Cage icon and typing the URL.

Since this is quite a neat to prevent from intrusion my encryption and security web apps, starting with version 1.0 there is a nifty list that allow you to load them without having to remember their URL.

Not all pages will load, however, because many websites refuse to be placed inside a frame in order to prevent Clickjacking. This comes from the server so there's nothing that we can do about it. Please bear this in mind as you use Page Cage.                    

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

नाम Page Cage Page Cage
ID ieboeloojjkpimfigcgijnkncjpabhbj
आधिकारिक URL https://chromewebstore.google.com/detail/page-cage/ieboeloojjkpimfigcgijnkncjpabhbj
विवरण Loads a page inside a frame so it can't be seen by other extensions
फ़ाइल का आकार 13.83 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2023-03-24
प्रकाशन तिथि 2019-12-09
डेवलपर Francisco Ruiz
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/passlok-privacy-policy/home
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Cage",
    "short_name": "Cage",
    "description": "Loads a page inside a frame so it can't be seen by other extensions",
    "version": "0.1.4",
    "manifest_version": 3,
    "icons": {
        "16": "cage-16.png",
        "48": "cage-48.png",
        "128": "cage-128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src 'self' https:\/\/* http:\/\/*"
    },
    "permissions": [
        "contextMenus",
        "history"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "cage-16.png",
            "48": "cage-48.png",
            "128": "cage-128.png"
        },
        "default_title": "Cage"
    }
}