By: Tuan Au Duong Add-on
Inspect and view changes in Google Accounts Autopilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Google Accounts Autopilot",
"version": "0.5",
"description": "Set default accounts and schedules for your Google services. Automatically switch between accounts on Gmail, YouTube, and more.",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*://*.google.com/*",
"*://*.gmail.com/*",
"*://*.youtube.com/*"
],
"run_at": "document_start",
"js": [
"content.js"
],
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "default-google-account@auduongtuan.github.com"
}
},
"permissions": [
"storage",
"webNavigation"
],
"host_permissions": [
"*://*.google.com/*",
"*://*.gmail.com/*",
"*://*.youtube.com/*"
],
"action": {
"default_title": "Google Accounts Autopilot",
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} Best Google Accounts Autopilot Alternatives
Here are some Firefox add-ons that are similar to Google Accounts Autopilot:
Default Account for Google™ products
Default Account for Google™ products
Google Account Switcher
Peter
GAAS: Google Account Auto-Switcher
Marulin
G-Switcher
Skyler
Account Switcher Google Apps
Anshul Ahuja
GitHub Account Switcher
Kevin Yue
Google Apps Account Switcher
Rence
Microsoft Account Auto-Picker
Wouter Bles
Google Quick Create Matrix
funblaster22
Google Account Memory
Hypocristis
Google authuser fix
Dmitrii Motovilov
Multi-Account Manager
fextool