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 là gì?

Feelin' Drizzy là một tiện ích mở rộng Chrome được phát triển bởi Kevin Bastien, và tính năng chính của nó là "A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Feelin' Drizzy

Tải xuống các tệp mở rộng Feelin' Drizzy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Feelin' Drizzy Feelin' Drizzy
ID djfckdkklagjmhlmjpegphkjlidcpdbi
URL Chính Thức https://chrome.google.com/webstore/detail/feelin-drizzy/djfckdkklagjmhlmjpegphkjlidcpdbi
Mô tả A chrome extension that makes it rain with Drake's face, and replaces all the images on the page with gifs of Drake.
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-05-24
Ngày Phát Hành 2015-05-24
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kevin Bastien
Loại Thanh Toán free
Trang Web Mở Rộng http://www.feelindrizzy.com
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}