By: Wouter Bles Add-on
Inspect and view changes in Microsoft Account Auto-Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Microsoft Account Auto-Picker",
"version": "0.2.0",
"description": "Automatically selects the correct Microsoft account based on the service you are accessing.",
"browser_specific_settings": {
"gecko": {
"id": "{20F6B78A-781B-4611-89BB-1556CF94C391}",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage"
],
"host_permissions": [
"https://login.microsoftonline.com/*"
],
"action": {
"default_popup": "src/popup.html"
},
"content_scripts": [
{
"matches": [
"https://login.microsoftonline.com/*"
],
"js": [
"vendor/browser-polyfill.min.js",
"src/content.js"
]
}
],
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
} Best Microsoft Account Auto-Picker Alternatives
Here are some Firefox add-ons that are similar to Microsoft Account Auto-Picker:
Multi-account Manager PM
Rose
Default Account for Google™ products
Default Account for Google™ products
Google Account Switcher
Peter
Sign-Up Profile Filler
ZsTechLabs
Microsoft Rewards Autosearch
VirtualBoxy
mSecure
mSecure
GitHub Account Switcher
Kevin Yue
account-container-picker
GMunguia
Autofill Extension
Ibex Addons
Auto Auth
Shane
Google authuser fix
Dmitrii Motovilov