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.

Feelin' Drizzy क्या है?

Feelin' Drizzy Kevin Bastien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feelin' Drizzy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
आधिकारिक URL https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
विवरण A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 73
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-05-24
प्रकाशन तिथि 2015-05-24
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Kevin Bastien
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.feelindrizzy.com
समर्थित भाषाएँ 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": [
        ""
    ]
}