Acid Lick

Lick your YouTube videos

What is Acid Lick?

Acid Lick is a Chrome extension developed by wizgrav, and its main feature is "Lick your YouTube videos".

Extension Screenshots

screenshot

Download Acid Lick Extension CRX File

Download Acid Lick 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

                        For when you need to turn that youtube tune into luscious imagery. Not a replacement for real acid, just a fine complement.                    

Extension Basic Information

Name Acid Lick Acid Lick
ID jkdgmencbkkbljbldnpdleddifhdkhgk
Official URL https://chrome.google.com/webstore/detail/acid-lick/jkdgmencbkkbljbldnpdleddifhdkhgk
Description Lick your YouTube videos
File Size 72.62 KB
Installation Count 17
Current Version 0.1.0
Last Updated 2019-05-27
Publish Date 2019-05-27
Rating 1.50/5 Total 2 Ratings
Developer wizgrav
Payment Type free
Extension Website https://github.com/wizgrav/acid-lick
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Yannis Gravezas ",
    "name": "Acid Lick",
    "version": "0.1.0",
    "description": "Lick your YouTube videos",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html"
    }
}