Royal Passwords

Royal Passwords

What is Royal Passwords?

Royal Passwords is a Chrome extension developed by https://www.royalapplications.com, and its main feature is "Royal Passwords".

Extension Screenshots

screenshot
screenshot

Download Royal Passwords Extension CRX File

Download Royal Passwords 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

                        Access your Royal TS or Royal TSX credentials with Royal Passwords.
Automatically log on to websites and web applications easily by selecting a credential from one of your Royal TS/X documents and let Royal Passwords do all the magic for you.

Royal TS is available for Windows, macOS, iOS and Android.                    

Extension Basic Information

Name Royal Passwords Royal Passwords
ID hcdciaadmcjmabbgkfboeocgiicphkpf
Official URL https://chromewebstore.google.com/detail/royal-passwords/hcdciaadmcjmabbgkfboeocgiicphkpf
Description Royal Passwords
File Size 71.21 KB
Installation Count 4,697
Current Version 1.4.0.0
Last Updated 2019-04-11
Publish Date 2019-04-11
Rating 4.30/5 Total 23 Ratings
Developer https://www.royalapplications.com
Payment Type free
Extension Website https://www.royalapplications.com/passwords
Help Page URL https://www.royalapplications.com/go/support
Privacy Policy Page URL https://www.royalapplications.com/ts/win/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Royal Passwords",
    "description": "Royal Passwords",
    "homepage_url": "https:\/\/www.royalapplications.com\/passwords",
    "version": "1.4.0.0",
    "author": "Lemon Mojo",
    "icons": {
        "16": "icon_16x16.png",
        "19": "icon_19x19.png",
        "20": "icon_20x20.png",
        "25": "icon_25x25.png",
        "30": "icon_30x30.png",
        "32": "icon_32x32.png",
        "35": "icon_35x35.png",
        "38": "icon_38x38.png",
        "40": "icon_40x40.png",
        "48": "icon_48x48.png",
        "64": "icon_64x64.png",
        "96": "icon_96x96.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "options_ui": {
        "page": "content\/browser_chrome\/options.html"
    },
    "browser_action": {
        "default_popup": "content\/browser_chrome\/popup.html",
        "default_title": "Royal Passwords",
        "default_icon": {
            "16": "icon_16x16.png",
            "19": "icon_19x19.png",
            "20": "icon_20x20.png",
            "25": "icon_25x25.png",
            "30": "icon_30x30.png",
            "32": "icon_32x32.png",
            "35": "icon_35x35.png",
            "38": "icon_38x38.png",
            "40": "icon_40x40.png",
            "48": "icon_48x48.png",
            "64": "icon_64x64.png",
            "96": "icon_96x96.png",
            "128": "icon_128x128.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "content\/browser_chrome\/js\/eventHub.js",
            "content\/common\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "content\/common\/js\/libs\/royaljquery-3.3.1.min.js",
                "content\/browser_chrome\/js\/eventHub.js",
                "content\/common\/js\/utils.js",
                "content\/common\/js\/contentScript.js"
            ]
        }
    ]
}