Portable Khaled

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

Portable Khaledとは何ですか?

Portable KhaledはSoberHighによって開発されたChromeの拡張機能で、その主な機能は「This extension serves DJ Khaled quotes on demand, for your enjoyment.」です。

拡張機能のスクリーンショット

screenshot

Portable Khaled拡張機能のCRXファイルをダウンロード

Portable Khaled拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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. --                    

拡張機能の基本情報

名前 Portable Khaled Portable Khaled
ID bbieiehmkcmhpiibkeccbgjnomhpgjbc
公式URL https://chrome.google.com/webstore/detail/portable-khaled/bbieiehmkcmhpiibkeccbgjnomhpgjbc
説明 This extension serves DJ Khaled quotes on demand, for your enjoyment.
ファイルサイズ 2.45 MB
インストール数 29
現在のバージョン 2.0
最終更新日 2016-05-25
公開日 2016-05-25
評価 5.00/5 合計 2 レビュー
開発者 SoberHigh
支払い方法 free
対応言語 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"
        }
    ]
}