Tweet Jukebox Loader
Browser Media Post.
¿Qué es Tweet Jukebox Loader?
Tweet Jukebox Loader es una extensión de Chrome desarrollada por https://www.tweetjukebox.com, y su función principal es "Browser Media Post.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tweet Jukebox Loader
Descarga archivos de extensión Tweet Jukebox Loader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Tweet Jukebox Loader |
ID | jchmbcmmdmibilflmgmlfnbfdjhacibe |
URL Oficial | https://chromewebstore.google.com/detail/tweet-jukebox-loader/jchmbcmmdmibilflmgmlfnbfdjhacibe |
Descripción | Browser Media Post. |
Tamaño del Archivo | 171 KB |
Cantidad de Instalaciones | 197 |
Versión Actual | 6 |
Última Actualización | 2015-05-24 |
Fecha de Publicación | 2015-05-24 |
Calificación | 4.94/5 Total de 18 Calificaciones |
Desarrollador | https://www.tweetjukebox.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.socialjukebox.com/privacy |
Idiomas Soportados | 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" } } |