Acid Lick

Lick your YouTube videos

Wat is Acid Lick?

Acid Lick is een Chrome-extensie ontwikkeld door wizgrav, en de belangrijkste functie is "Lick your YouTube videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Acid Lick

Download Acid Lick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Acid Lick Acid Lick
ID jkdgmencbkkbljbldnpdleddifhdkhgk
Officiële URL https://chrome.google.com/webstore/detail/acid-lick/jkdgmencbkkbljbldnpdleddifhdkhgk
Beschrijving Lick your YouTube videos
Bestandsgrootte 72.62 KB
Aantal Installaties 17
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-05-27
Publicatiedatum 2019-05-27
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar wizgrav
Betalingswijze free
Extensiewebsite https://github.com/wizgrav/acid-lick
Ondersteunde Talen 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"
    }
}