WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Flash Cards : Multiplication Facts

Flash Cards : Multiplication Facts

View on Chrome Web Store
View Flash Cards : Multiplication Facts Chrome Extension on Chrome Web Store
Add to bookmarks
2.3 (11 ratings)
5 views
This extension has been viewed 5 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.

Flashcards for the student learning multiplication tables
Type
Extension
Users
10,000 users
1K
Obsidian River Software
View author page of Obsidian River Software
Published
Published on September 24, 2012
Version 1.6.19
Manifest version
3
Updated
Updated on November 22, 2023
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Flash Cards : Multiplication Facts 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",
    "name": "Flash Cards : Multiplication Facts",
    "version": "1.6.19",
    "permissions": [
        "identity"
    ],
    "description": "Flashcards for the student learning multiplication tables",
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/",
        "https:\/\/*.googleusercontent.com\/",
        "https:\/\/*.chromiumapp.org\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth",
        "https:\/\/f.convertkit.com\/",
        "https:\/\/f.convertkit.com\/",
        "https:\/\/www.facebook.com\/",
        "https:\/\/coolflashcards.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "theButton1.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "16328065355-ijq8qh805i0ropjk75jmtp9c9mi1j7vp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/coolflashcards.com\/;"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cards\/*.json",
                "config.json"
            ],
            "extension_ids": [
                "lgfccooahoeadkpabepijokjlmgalpna"
            ]
        }
    ],
    "manifest_version": 3
}
© 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