Tweet Jukebox Loader

Browser Media Post.

Tweet Jukebox Loader क्या है?

Tweet Jukebox Loader https://www.tweetjukebox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Media Post."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tweet Jukebox Loader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}