Dinopass 🦕
A browser extension for easy to remember and friendly passwords!
What is Dinopass 🦕?
Dinopass 🦕 is a Chrome extension developed by RostiMelk, and its main feature is "A browser extension for easy to remember and friendly passwords!".
Extension Screenshots
Download Dinopass 🦕 Extension CRX File
Download Dinopass 🦕 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
Generate easy to remember and friendly passwords! 🦕 Not affiliated with Dinopass.
Extension Basic Information
Name | Dinopass 🦕 |
ID | bnekaigbnpcpfdlmmdehkkjbedfpbadj |
Official URL | https://chromewebstore.google.com/detail/dinopass-%F0%9F%A6%95/bnekaigbnpcpfdlmmdehkkjbedfpbadj |
Description | A browser extension for easy to remember and friendly passwords! |
File Size | 51.71 KB |
Installation Count | 536 |
Current Version | 1.0.1 |
Last Updated | 2021-03-20 |
Publish Date | 2020-11-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | RostiMelk |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dinopass.com/ |
Help Page URL | https://github.com/RostiMelk/dinopass-broswer-exthttps://github.com/RostiMelk/dinopass-broswer-ext |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dinopass \ud83e\udd95", "version": "1.0.1", "description": "A browser extension for easy to remember and friendly passwords!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "static\/popup.html", "default_title": "Open Dinopass \ud83e\udd95", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |