TubeUnblock

TubeUnblock

ما هو TubeUnblock؟

TubeUnblock هو إضافة Chrome تم تطويرها بواسطة blank، والميزة الرئيسية لها هي "TubeUnblock".

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

screenshot

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

قم بتنزيل ملفات الامتداد TubeUnblock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Watch Embedded Videos
The TubeUnblock plugin allows you to watch embedded YouTube videos on any site. When the plugin is active, the TubeUnblock player will appear any time there is an embedded YouTube video. Simply click play and you will be able to watch the video without leaving the page.

Redirect for YouTube Links
When you click on a YouTube link found in search results or included on any website page, you will be redirected to TubeUnblock to view the video.

Search Bar
The plugin can also be used to quickly search for YouTube content. Type your search in the search bar to access YouTube results through the TubeUnblock site.                    

معلومات أساسية عن التمديد

الاسم TubeUnblock TubeUnblock
ID nocfiicinjlacbcpohmbcndlmmfmlidk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tubeunblock/nocfiicinjlacbcpohmbcndlmmfmlidk
الوصف TubeUnblock
حجم الملف 189 KB
عدد التثبيتات 5,000
النسخة الحالية 1.0.3
آخر تحديث 2015-07-13
تاريخ النشر 2015-07-10
تقييم 4.08/5 مجموع تقييمات 72
المطور blank
نوع الدفع free
موقع الإضافة http://tubeunblock.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeUnblock",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeUnblock",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/redirect.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon_active.png",
        "default_popup": "html\/popup.html"
    }
}