Password.diet

A diceware password generator

What is Password.diet?

Password.diet is a Chrome extension developed by ochronus, and its main feature is "A diceware password generator".

Download Password.diet Extension CRX File

Download Password.diet 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

                        A client-side only memorable diceware password generator in 3 languages                    

Extension Basic Information

Name Password.diet Password.diet
ID ilfnlpdeafgnjddhefeacpaaekmhbgeg
Official URL https://chrome.google.com/webstore/detail/passworddiet/ilfnlpdeafgnjddhefeacpaaekmhbgeg
Description A diceware password generator
File Size 281 KB
Installation Count 13
Current Version 0.1
Last Updated 2016-05-13
Publish Date 2016-05-13
Rating 4.00/5 Total 1 Ratings
Developer ochronus
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "my_popup_menu.html",
        "default_title": "Password.diet"
    },
    "permissions": [
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src https:\/\/facebook.com; object-src https:\/\/facebook.com",
    "name": "Password.diet",
    "description": "A diceware password generator",
    "version": "0.1"
}