WebExtension.net
WebExtension.net

DoubleTedder

View on Chrome Web Store
View DoubleTedder Chrome Extension on Chrome Web Store
4.6 (7 ratings)

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

Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Type
Extension
Users
1,000 users
hrak24
View author page of hrak24
Published
Published on July 24, 2017
Version 1.0.2
Manifest version
2
Updated
Updated on July 24, 2017
View on Chrome Web Store
View DoubleTedder Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DoubleTedder",
    "version": "1.0.2",
    "description": "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ted.com\/*"
            ],
            "js": [
                "doubleTedder.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.htm",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.ted.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    }
}
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