Hide Youtube

Hide Youtube in Office, College or restricted areas.

ما هو Hide Youtube؟

Hide Youtube هو إضافة Chrome تم تطويرها بواسطة Tamilselvan، والميزة الرئيسية لها هي "Hide Youtube in Office, College or restricted areas.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hide Youtube

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

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

                        This extension will allow you to use youtube in college or office work place where you have access to youtube but you are not supposed to view it.
It change the title into Google, Changes the logo into Google's logo.
It hides rest of you tube signature while playing the video.                    

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

الاسم Hide Youtube Hide Youtube
ID llikcpkonlnkadcelohfaamfaocoebna
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hide-youtube/llikcpkonlnkadcelohfaamfaocoebna
الوصف Hide Youtube in Office, College or restricted areas.
حجم الملف 57.02 KB
عدد التثبيتات 66
النسخة الحالية 1.0
آخر تحديث 2016-06-23
تاريخ النشر 2016-06-23
تقييم 4.80/5 مجموع تقييمات 5
المطور Tamilselvan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Youtube",
    "short_name": "HTube",
    "description": "Hide Youtube in Office, College or restricted areas.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}