WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SERP Authenticator

SERP Authenticator

View on Chrome Web Store
View SERP Authenticator Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Manage 2fa codes
Type
Extension
Users
3 users
1
Website serp.co
SERP
View author page of SERP
Published
Published on September 18, 2024
Version 0.0.1
Manifest version
3
Updated
Updated on March 28, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SERP Authenticator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SERP Authenticator",
    "short_name": "SERP Authenticator",
    "version": "0.0.1",
    "default_locale": "en",
    "description": "Manage 2fa codes",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "SERP Authenticator",
        "default_popup": "view\/popup.html"
    },
    "commands": {
        "_execute_action": [],
        "scan-qr": {
            "description": "Scan a QR code"
        },
        "autofill": {
            "description": "Autofill the matched code"
        }
    },
    "options_ui": {
        "page": "view\/options.html",
        "open_in_tab": false
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "oauth2": {
        "client_id": "292457304165-u8ve4j79gag5o231n5u2pdtdrbfdo1hh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "sandbox": {
        "pages": [
            "view\/argon.html"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "alarms",
        "scripting"
    ],
    "optional_permissions": [
        "clipboardWrite",
        "contextMenus"
    ],
    "optional_host_permissions": [
        "https:\/\/www.google.com\/",
        "https:\/\/*.dropboxapi.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/revoke",
        "https:\/\/graph.microsoft.com\/me\/*",
        "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https:\/\/www.google.com\/ https:\/\/*.dropboxapi.com https:\/\/www.googleapis.com\/ https:\/\/accounts.google.com\/o\/oauth2\/revoke https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token https:\/\/graph.microsoft.com\/; default-src 'none'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top