Portable Khaled

This extension serves DJ Khaled quotes on demand, for your enjoyment.

¿Qué es Portable Khaled?

Portable Khaled es una extensión de Chrome desarrollada por SoberHigh, y su función principal es "This extension serves DJ Khaled quotes on demand, for your enjoyment.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Portable Khaled

Descarga archivos de extensión Portable Khaled en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        THEY DONT WANT YOU TO DOWNLOAD THIS
-----------------------------------------------
UPDATE: This new version allows you to 
- cycle through different faces by any key
- added 'random mode' feature which can be toggled by clicking on the face
-----------------------------------------------
Get a slice of DJ Khaled on your chrome browser.

With this on-demand extension you can get your daily fix of major key inspiration any time, anywhere, so long as you've got your trusty chrome browser.


-- This extension is solely created for fun. I am not affiliated with DJ Khaled. --                    

Información Básica de la Extensión

Nombre Portable Khaled Portable Khaled
ID bbieiehmkcmhpiibkeccbgjnomhpgjbc
URL Oficial https://chrome.google.com/webstore/detail/portable-khaled/bbieiehmkcmhpiibkeccbgjnomhpgjbc
Descripción This extension serves DJ Khaled quotes on demand, for your enjoyment.
Tamaño del Archivo 2.45 MB
Cantidad de Instalaciones 29
Versión Actual 2.0
Última Actualización 2016-05-25
Fecha de Publicación 2016-05-25
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador SoberHigh
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portable Khaled",
    "description": "This extension serves DJ Khaled quotes on demand, for your enjoyment.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/google.com\/*"
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "popup.js",
                "velocity.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}