Tweet Jukebox Loader

Browser Media Post.

Tweet Jukebox Loader là gì?

Tweet Jukebox Loader là một tiện ích mở rộng Chrome được phát triển bởi https://www.tweetjukebox.com, và tính năng chính của nó là "Browser Media Post.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tweet Jukebox Loader

Tải xuống các tệp mở rộng Tweet Jukebox Loader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tweet Jukebox Loader Tweet Jukebox Loader
ID jchmbcmmdmibilflmgmlfnbfdjhacibe
URL Chính Thức https://chromewebstore.google.com/detail/tweet-jukebox-loader/jchmbcmmdmibilflmgmlfnbfdjhacibe
Mô tả Browser Media Post.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 6
Cập Nhật Lần Cuối 2015-05-24
Ngày Phát Hành 2015-05-24
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://www.tweetjukebox.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.socialjukebox.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}