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.

Co je Feelin' Drizzy?

Feelin' Drizzy je rozšíření Chrome vyvinuté Kevin Bastien, a jeho hlavní funkcí je „A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Feelin' Drizzy

Stáhněte si soubory rozšíření Feelin' Drizzy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
Oficiální URL https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
Popis A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
Velikost souboru 1.31 MB
Počet instalací 73
Aktuální Verze 1.1
Poslední Aktualizace 2015-05-24
Datum Vydání 2015-05-24
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Kevin Bastien
Typ Platby free
Webové stránky Rozšíření http://www.feelindrizzy.com
Podporované Jazyky 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": [
        ""
    ]
}