Portable Khaled
This extension serves DJ Khaled quotes on demand, for your enjoyment.
Portable Khaled क्या है?
Portable Khaled SoberHigh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension serves DJ Khaled quotes on demand, for your enjoyment."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Portable Khaled एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" } ] } |