By: GetMyPassword Add-on
Inspect and view changes in GetMyPassword - Password Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GetMyPassword - Password Generator",
"description": "Create strong, random passwords instantly, right inside password fields on any website or from the toolbar. No account, no tracking - everything runs locally.",
"version": "1.0.3",
"default_locale": "en",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_title": "GetMyPassword",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"generator.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "getmypassword@getmypassword.com",
"strict_min_version": "121.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best GetMyPassword - Password Generator Alternatives
Here are some Firefox add-ons that are similar to GetMyPassword - Password Generator:
MS Password Generator (WebExtension)
Ayukawayen
password generator
Foryourease
Password generator
Eugene Fox
Passwords 101
Vincent Vans
Generate random passwords
youssefdev
Cute Password Generator
TheNima
Random Password Generator
SMITELT
PasswordGenius
Autumn Development
Password Generator add on
TempoLabs
Simple Password Generator
Preb
Random Email/Password Generator
Steve David
Instant Password Generator
Undefined