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.

Apa itu Feelin' Drizzy?

Feelin' Drizzy adalah ekstensi Chrome yang dikembangkan oleh Kevin Bastien, dan fitur utamanya adalah "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Feelin' Drizzy

Unduh file ekstensi Feelin' Drizzy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
URL Resmi https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
Deskripsi A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
Ukuran File 1.31 MB
Jumlah Instalasi 73
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-05-24
Tanggal Publikasi 2015-05-24
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Kevin Bastien
Tipe Pembayaran free
Situs Ekstensi http://www.feelindrizzy.com
Bahasa yang Didukung 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": [
        ""
    ]
}