Tweet Jukebox Loader
Browser Media Post.
What is Tweet Jukebox Loader?
Tweet Jukebox Loader is a Chrome extension developed by https://www.tweetjukebox.com, and its main feature is "Browser Media Post.".
Extension Screenshots
Download Tweet Jukebox Loader Extension CRX File
Download Tweet Jukebox Loader 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
The Tweet Jukebox Chrome Extension makes loading your jukeboxes easier than ever. By simply right clicking on your mouse while on a page you'd like to share, the Tweet Jukebox Extension populates a dialog box that will place the title along with the url (in shortened format) into the jukebox of your choice. Want to load some photos from one of your favorite sites. The Tweet Jukebox browser extension will handle that with ease. When you have your cursor over the selection you'll see the Tweet Jukebox logo appear. Simply click on it and it'll prepare your selection, including the title, a shortened URL, as well as the photo - all ready to put directly into a jukebox. It's super easy and fun. For more info, please see our YouTube tutorial at: https://www.youtube.com/watch?v=dSaYgxexqFo
Extension Basic Information
Name | Tweet Jukebox Loader |
ID | jchmbcmmdmibilflmgmlfnbfdjhacibe |
Official URL | https://chromewebstore.google.com/detail/tweet-jukebox-loader/jchmbcmmdmibilflmgmlfnbfdjhacibe |
Description | Browser Media Post. |
File Size | 171 KB |
Installation Count | 197 |
Current Version | 6 |
Last Updated | 2015-05-24 |
Publish Date | 2015-05-24 |
Rating | 4.94/5 Total 18 Ratings |
Developer | https://www.tweetjukebox.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.socialjukebox.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet Jukebox Loader", "description": "Browser Media Post.", "version": "6", "page_action": { "default_icon": "tjbIcon_32.png" }, "background": { "page": "tweetjukebox.html" }, "content_scripts": [ { "js": [ "tweetJukeboxjq.js", "tweetJukeboxBackground.js", "tweetJukeboxHover.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/www.tweetjukebox.com\/", "contextMenus" ], "icons": { "128": "tjbIcon_128.png", "16": "tjbIcon_16.png", "32": "tjbIcon_32.png", "64": "tjbIcon_64.png" } } |