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.

Vad är Feelin' Drizzy?

Feelin' Drizzy är en Chrome-tillägg utvecklad av Kevin Bastien, och dess huvudfunktion är "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Feelin' Drizzy-förlängningens CRX-fil

Ladda ner Feelin' Drizzy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
Officiell webbadress https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
Beskrivning A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
Filstorlek 1.31 MB
Antal Installationer 73
Aktuell Version 1.1
Senast Uppdaterad 2015-05-24
Publiceringsdatum 2015-05-24
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare Kevin Bastien
Betalningssätt free
Tilläggswebbplats http://www.feelindrizzy.com
Stödda Språk 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": [
        ""
    ]
}