Portable Khaled

This extension serves DJ Khaled quotes on demand, for your enjoyment.

Portable Khaled là gì?

Portable Khaled là một tiện ích mở rộng Chrome được phát triển bởi SoberHigh, và tính năng chính của nó là "This extension serves DJ Khaled quotes on demand, for your enjoyment.".

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

screenshot

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

Tải xuống các tệp mở rộng Portable Khaled 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

                        THEY DONT WANT YOU TO DOWNLOAD THIS
-----------------------------------------------
UPDATE: This new version allows you to 
- cycle through different faces by any key
- added 'random mode' feature which can be toggled by clicking on the face
-----------------------------------------------
Get a slice of DJ Khaled on your chrome browser.

With this on-demand extension you can get your daily fix of major key inspiration any time, anywhere, so long as you've got your trusty chrome browser.


-- This extension is solely created for fun. I am not affiliated with DJ Khaled. --                    

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

Tên Portable Khaled Portable Khaled
ID bbieiehmkcmhpiibkeccbgjnomhpgjbc
URL Chính Thức https://chrome.google.com/webstore/detail/portable-khaled/bbieiehmkcmhpiibkeccbgjnomhpgjbc
Mô tả This extension serves DJ Khaled quotes on demand, for your enjoyment.
Kích Thước Tệp 2.45 MB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-05-25
Ngày Phát Hành 2016-05-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SoberHigh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portable Khaled",
    "description": "This extension serves DJ Khaled quotes on demand, for your enjoyment.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/google.com\/*"
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "popup.js",
                "velocity.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}