Tweet Jukebox Loader

Browser Media Post.

Что такое Tweet Jukebox Loader?

Tweet Jukebox Loader - это расширение Chrome, разработанное https://www.tweetjukebox.com, и его основная функция - "Browser Media Post.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Tweet Jukebox Loader

Скачайте файлы расширений Tweet Jukebox Loader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Tweet Jukebox Loader Tweet Jukebox Loader
ID jchmbcmmdmibilflmgmlfnbfdjhacibe
Официальный URL https://chromewebstore.google.com/detail/tweet-jukebox-loader/jchmbcmmdmibilflmgmlfnbfdjhacibe
Описание Browser Media Post.
Размер файла 171 KB
Количество установок 197
Текущая Версия 6
Последнее Обновление 2015-05-24
Дата публикации 2015-05-24
Рейтинг 4.94/5 Всего 18 оценок
Разработчик https://www.tweetjukebox.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.socialjukebox.com/privacy
Поддерживаемые языки 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"
    }
}