WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Cyclonis Password Manager

Cyclonis Password Manager

View on Chrome Web Store
4.2 (18 ratings)
1 new ratings
0 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Cyclonis Password Manager browser extension
Type
Extension
Users
1,000 users
Cyclonis Limited
Published
Version 2.1.3
Manifest version
2
Updated
make_chrome_yours/privacy
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyclonis Password Manager",
    "author": "Cyclonis Limited",
    "default_locale": "en",
    "description": "Cyclonis Password Manager browser extension",
    "version": "2.1.3",
    "homepage_url": "https:\/\/www.cyclonis.com",
    "icons": {
        "128": "images\/logo-blue128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/www.google.*\/*sourceid=chrome-instant*",
                "*:\/\/*.google.*\/_\/chrome\/newtab?*",
                "*:\/\/www.google.*\/blank.html*"
            ],
            "exclude_matches": [
                "*:\/\/googleads.g.doubleclick.net\/pagead\/ads*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/googleads.g.doubleclick.net\/*",
                "*:\/\/plusone.google.com\/u\/_\/notifications\/*",
                "*:\/\/plus.google.com\/u\/0\/_\/notifications\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*",
                "*:\/\/cm.g.double.click.net\/*",
                "*:\/\/staticxx.facebook.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ]
        }
    ],
    "content_security_policy": "default-src 'self'; img-src 'self' data: *; connect-src ws:\/\/127.0.0.1:49267 ws:\/\/127.0.0.1:51111 ws:\/\/127.0.0.1:55555 ws:\/\/127.0.0.1:58888  ws:\/\/127.0.0.1:62222",
    "web_accessible_resources": [
        "views\/dialog.html",
        "views\/tooltip.html",
        "styles\/*.css",
        "images\/*"
    ],
    "background": {
        "page": "views\/global.html"
    },
    "browser_action": {
        "default_title": "Cyclonis Password Manager",
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/logo-grey16.png",
            "24": "images\/logo-grey24.png",
            "32": "images\/logo-grey32.png",
            "48": "images\/logo-grey48.png",
            "128": "images\/logo-grey128.png"
        }
    },
    "permissions": [
        "<all_urls>",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus",
        "privacy"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.