Mini Hype Machine
Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!
Mini Hype Machine क्या है?
Mini Hype Machine Mark Dunphy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mini Hype Machine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Last updated: June 14th, 2014 This extension allows you to play, pause, skip, favorite, and read all about songs on Hype Machine (hypem.com) without needing to find the tab! You will need to refresh the Hype Machine if you have it open before using this extension. Known Issues v2.3 - As always, report bugs/issues to me. @dunphtastic or [email protected] Change Log (v2.3) - Update some graphics to look better on retina displays. - Minor design changes - Add hotkey support! Thanks to Chris Best (github.com/chr1sbest), you can now use the following hotkeys when you have the popup window open. - Pause/Play: Spacebar - Next: j (or right arrow) - Previous: k (or left arrow) - Favorite: f Feel free to shoot me an email directly at [email protected] (or tweet @dunphtastic) if you have any trouble with the extension. Also feel free to email me with any bug reports, feature requests, or just to say hi. Thanks!
एक्सटेंशन की मूल जानकारी
नाम | Mini Hype Machine |
ID | gapbfjblfificgojgkfjdlhcdbifeflb |
आधिकारिक URL | https://chromewebstore.google.com/detail/mini-hype-machine/gapbfjblfificgojgkfjdlhcdbifeflb |
विवरण | Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab! |
फ़ाइल का आकार | 71.5 KB |
स्थापना संख्या | 330 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2014-06-14 |
प्रकाशन तिथि | 2014-06-14 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | Mark Dunphy |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mini Hype Machine", "version": "2.3", "manifest_version": 2, "description": "Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!", "permissions": [ "tabs" ], "browser_action": { "default_title": "Mini Hype Machine", "default_icon": "images\/icon16.png", "default_popup": "pop.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/hypem.com\/*" ], "js": [ "js\/jquery.min.js", "js\/Parser.js", "js\/hype-script.js" ] } ] } |