Tubo

This application will allow you to continue surfing the net while watching Youtube Videos

Tubo क्या है?

Tubo kamal.bennani.b द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This application will allow you to continue surfing the net while watching Youtube Videos"।

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

screenshot
screenshot
screenshot

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

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

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

                        This Application allows you to view any Youtube's video within the current tab.
Tubo is synchronise directly with your Google account.
Enjoy, and let me know your impression.                    

एक्सटेंशन की मूल जानकारी

नाम Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
आधिकारिक URL https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
विवरण This application will allow you to continue surfing the net while watching Youtube Videos
फ़ाइल का आकार 429 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-01-08
प्रकाशन तिथि 2016-01-08
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर kamal.bennani.b
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "Tubo",
    "version": "1.5",
    "description": "This application will allow you to continue surfing the net while watching Youtube Videos",
    "icons": {
        "48": "tubo_48.png",
        "128": "tubo_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Tubo",
        "default_icon": "tubo_48.png"
    },
    "web_accessible_resources": [
        "css\/*.css",
        "css\/**\/*.*",
        "js\/*.js",
        "js\/**\/*.js",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/fonts.googleapis.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "background",
        "tabs",
        "storage",
        "https:\/\/apis.google.com\/js\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}