Feelin' Drizzy

A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.

Cos'è Feelin' Drizzy?

Feelin' Drizzy è un'estensione di Chrome sviluppata da Kevin Bastien, e la sua funzione principale è "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Feelin' Drizzy

Scarica i file di estensione Feelin' Drizzy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        If you are feeling like you haven't gotten enough Drake in your life, download Feelin' Drizzy! This chrome extension replaces all of the images on your current webpage with gifs of Drake.                    

Informazioni di Base sull'Estensione

Nome Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
URL Ufficiale https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
Descrizione A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
Dimensione del File 1.31 MB
Conteggio Installazioni 73
Versione Corrente 1.1
Ultimo Aggiornamento 2015-05-24
Data di Pubblicazione 2015-05-24
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Kevin Bastien
Tipo di Pagamento free
Sito Web dell'Estensione http://www.feelindrizzy.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feelin' Drizzy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*.png",
        "assets\/*.jpg",
        "scripts\/*.js",
        "bower_components\/jquery\/dist\/jquery.min.map"
    ],
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "assets\/icon.png"
        ],
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-snowfall\/dist\/snowfall.jquery.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        ""
    ]
}