WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
1Letters - Learn Languages with Dual Translation and Flashcards

1Letters - Learn Languages with Dual Translation and Flashcards

View on Chrome Web Store
View 1Letters - Learn Languages with Dual Translation and Flashcards Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
15 views
This extension has been viewed 15 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.

Learn languages with Active Recall and Spaced Repetition in context
Type
Extension
Users
217 users
2
Cee68
View author page of Cee68
Published
Published on December 31, 2024
Version 0.8.32
Manifest version
3
Updated
Updated on June 11, 2025
productivity/education
Extension Category
View on Chrome Web Store
View 1Letters - Learn Languages with Dual Translation and Flashcards 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": "1Letters - Learn Languages with Dual Translation and Flashcards",
    "description": "Learn languages with Active Recall and Spaced Repetition in context",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "32": "icon-32.png"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/netflix-inject.js-loader.js"
            ],
            "all_frames": false,
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/youtube-inject.js-loader.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.deepl.com\/*",
        "https:\/\/*.bing.com\/*",
        "https:\/\/*.glosbe.com\/*",
        "https:\/\/*.forvo.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "resources": [
                "assets\/netflix.js",
                "assets\/netflix-inject.js-DOYD1GQK.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/youtube.js",
                "assets\/youtube-inject.js-_rdacS0M.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "offscreen",
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "version": "0.8.32",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}
© 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