Tubo

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

ما هو Tubo؟

Tubo هو إضافة Chrome تم تطويرها بواسطة kamal.bennani.b، والميزة الرئيسية لها هي "This application will allow you to continue surfing the net while watching Youtube Videos".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tubo

قم بتنزيل ملفات الامتداد Tubo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/*"
    ]
}