WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Burning Vocabulary - Learn words from reading

Burning Vocabulary - Learn words from reading

View on Chrome Web Store
View Burning Vocabulary - Learn words from reading Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (125 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.

Master vocabulary effortlessly with the full cycle process.
Type
Extension
Users
10,000 users
The BV Team
View author page of The BV Team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 17, 2019
Version 3.11.186
Manifest version
3
Updated
Updated on December 21, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Burning Vocabulary - Learn words from reading 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": "__MSG_appName__",
    "version": "3.11.186",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/burningvocabulary.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "alarms",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*\/*"
    ],
    "options_ui": {
        "page": "dashboard.html?from=option"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "content_script.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png"
        },
        "default_title": "Burning Vocabulary"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "local-pdf-viewer.html",
                "dashboard.html",
                "icons\/icon-128.png",
                "content_script.js",
                "content_script.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 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