WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AutocardAnywhere

AutocardAnywhere

View on Chrome Web Store
View AutocardAnywhere Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (163 ratings)
1 new 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.

Displays card image popups for collectable card games on all webpages you visit.
Type
Extension
Users
7,000 users
1K
Obtuse Goose Ltd
View author page of Obtuse Goose Ltd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 20, 2011
Version 4.54.0
Manifest version
3
Updated
Updated on October 24, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View AutocardAnywhere 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",
    "version": "4.54.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        }
    },
    "icons": {
        "24": "Icon-24.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "name": "AutocardAnywhere",
    "short_name": "AutoAny",
    "description": "Displays card image popups for collectable card games on all webpages you visit.",
    "author": "Obtuse Goose Ltd",
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "libs\/popper-2.11.8.min.js",
                "libs\/tippy\/tippy-bundle-6.3.7.umd.min.js",
                "libs\/swiper-bundle-6.8.4.min.js",
                "settings.js",
                "contentscript.js",
                "games\/dictionary.js",
                "games\/games.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif",
                "img\/broken.png",
                "libs\/tippy\/light.css",
                "libs\/tippy\/material.css",
                "libs\/tippy\/scale.css",
                "libs\/tippy\/perspective.css",
                "libs\/tippy\/shift-away.css",
                "libs\/tippy\/shift-toward.css",
                "libs\/swiper-bundle.min.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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