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.”。
擴展截圖
下載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. --
擴展基本資訊
名稱 | |
ID | bbieiehmkcmhpiibkeccbgjnomhpgjbc |
官方網址 | 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" } ] } |