ADHD video

To unleash uncompromising video speed

What is ADHD video?

ADHD video is a Chrome extension developed by timo.l.saarinen, and its main feature is "To unleash uncompromising video speed".

Download ADHD video Extension CRX File

Download ADHD video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ADHD video ADHD video
ID palkgpiabaalgpahadddpgfnlpnibnol
Official URL https://chrome.google.com/webstore/detail/adhd-video/palkgpiabaalgpahadddpgfnlpnibnol
Description To unleash uncompromising video speed
File Size 45.44 KB
Installation Count 42
Current Version 0.1
Last Updated 2015-02-26
Publish Date 2015-02-26
Rating 5.00/5 Total 1 Ratings
Developer timo.l.saarinen
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ADHD video",
    "description": "To unleash uncompromising video speed",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "adhd.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}