SuperPass

Convenient Login! SuperPass!

What is SuperPass?

SuperPass is a Chrome extension developed by http://www.isuperpass.com, and its main feature is "Convenient Login! SuperPass!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SuperPass Extension CRX File

Download SuperPass 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

                        Remember only one password from now on!

Remember only SuperPass. You don't need to memorize any ID or password!                    

Extension Basic Information

Name SuperPass SuperPass
ID ffgneccfdhibgkpoombmfkflpjgcbhpo
Official URL https://chrome.google.com/webstore/detail/superpass/ffgneccfdhibgkpoombmfkflpjgcbhpo
Description Convenient Login! SuperPass!
File Size 233 KB
Installation Count 65
Current Version 1.3.1
Last Updated 2021-05-11
Publish Date 2021-05-11
Rating 5.00/5 Total 3 Ratings
Developer http://www.isuperpass.com
Email [email protected]
Payment Type free
Extension Website http://www.isuperpass.com
Help Page URL http://www.isuperpass.com/faq.aspx
Supported Languages en,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.1",
    "content_scripts": [
        {
            "all_frames": true,
            "content_security_policy": "script-src 'self' object-src 'self'",
            "js": [
                "spScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "64": "images\/SPicon_.png"
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "SuperPass"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}