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.

Hvad er Feelin' Drizzy?

Feelin' Drizzy er en Chrome-udvidelse udviklet af Kevin Bastien, og dens hovedfunktion er "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Feelin' Drizzy-udvidelses-CRX-fil

Download Feelin' Drizzy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
Officiel URL https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
Beskrivelse A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
Filstørrelse 1.31 MB
Antal Installationer 73
Nuværende Version 1.1
Senest Opdateret 2015-05-24
Udgivelsesdato 2015-05-24
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler Kevin Bastien
Betalingsmetode free
Udvidelseswebsted http://www.feelindrizzy.com
Understøttede Sprog 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": [
        ""
    ]
}