WebExtension.net
WebExtension.net

Manual Finder 2024

View on Chrome Web Store
View Manual Finder 2024 Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Find any manual in just one mouse click from your Chrome browser
Type
Extension
Users
217 users
3
Manual Finder
View author page of Manual Finder
Published
Published on April 12, 2024
Version 1.0
Manifest version
3
Updated
Updated on April 12, 2024
View on Chrome Web Store
View Manual Finder 2024 Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/icon128.png",
        "48": "assets\/images\/icon128.png",
        "128": "assets\/images\/icon128.png"
    },
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "assets\/images\/icon128.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/manual-image.svg",
                "assets\/images\/stroke.svg",
                "html\/options.html",
                "js\/initButton.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules11",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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