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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Feelin' Drizzy

قم بتنزيل ملفات الامتداد Feelin' Drizzy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [
        ""
    ]
}