SuchDj
Background updates for plug.dj/suchdj
What is SuchDj?
SuchDj is a Chrome extension developed by rivu, and its main feature is "Background updates for plug.dj/suchdj".
Extension Screenshots
Download SuchDj Extension CRX File
Download SuchDj extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
extension for www.plug.dj/suchdj 4/14/14 - 0.1 release * Added live background updates 4/15/14 - 0.2 release * Added popup menu -on/off buttons 4/16/14 - 0.3 release * Added live DJ booth updates
Extension Basic Information
Name | |
ID | ehkpkeoceljkdkpnknhfehccedmdhieh |
Official URL | https://chrome.google.com/webstore/detail/ehkpkeoceljkdkpnknhfehccedmdhieh |
Description | Background updates for plug.dj/suchdj |
File Size | 16.59 KB |
Installation Count | 29 |
Current Version | 0.3 |
Last Updated | 2014-04-17 |
Publish Date | 2014-04-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | rivu |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SuchDj", "description": "Background updates for plug.dj\/suchdj", "version": "0.3", "icons": { "16": "suchdj16.png", "48": "suchdj48.png", "128": "suchdj128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "*:\/\/plug.dj\/suchdj" ], "browser_action": { "default_icon": "suchdj16.png", "default_popup": "popup.html" } } |