SkipClick for YouTube™

No need to watch boring ads on YouTube, they will be Skip Ads automatically

ما هو SkipClick for YouTube™؟

SkipClick for YouTube™ هو إضافة Chrome تم تطويرها بواسطة downloadhub.cloud، والميزة الرئيسية لها هي "No need to watch boring ads on YouTube, they will be Skip Ads automatically".

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

screenshot
screenshot

تحميل ملف CRX للإضافة SkipClick for YouTube™

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

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

                        SkipClick for YouTube™ is a browser extension that provides users with the ability to skip or block ads that appear before or during YouTube videos. With SkipClick for YouTube™, users can enjoy uninterrupted video content without the frustration of unwanted ads. Despite this, SkipClick for YouTube remains a popular and effective tool for anyone who wants to enjoy their favorite videos without interruptions.

Some of the key features of SkipClick for YouTube™ include:

+ Ad-blocking: SkipClick for YouTube™ allows users to skip or block ads that appear before or during YouTube videos, providing a more seamless viewing experience.

+ Easy to use: SkipClick for YouTube™ is user-friendly and easy to install, making it accessible to anyone who wants to take control of their online viewing experience.

It is an open source project whose link is given below:
https://github.com/hemucode/SkipClick-for-YouTube

Also if you have any problem then you can contact us through this website: https://www.downloadhub.cloud/p/contact-us.html

===============================
+ Disclaimer: YouTube is a trademark of YouTube Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to YouTube or YouTube Inc.                    

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

الاسم SkipClick for YouTube™ SkipClick for YouTube™
ID ocnomaffinkalnkhoakfdaaifhjnhgoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/skipclick-for-youtube/ocnomaffinkalnkhoakfdaaifhjnhgoe
الوصف No need to watch boring ads on YouTube, they will be Skip Ads automatically
حجم الملف 1.46 MB
عدد التثبيتات 164
النسخة الحالية 1.1
آخر تحديث 2023-04-04
تاريخ النشر 2023-04-04
المطور downloadhub.cloud
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.downloadhub.cloud/
عنوان صفحة المساعدة https://www.downloadhub.cloud/2023/03/SkipClick.html
عنوان صفحة سياسة الخصوصية https://www.downloadhub.cloud/p/privacy-policy.html
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,ru,uk,iw,fa,mr,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "64": "data\/icons\/icon-64.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "codehemu-content-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "data\/rules\/youtube.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/03\/SkipClick.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "64": "data\/icons\/icon-64.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "short_name": "__MSG_extensionShortName__",
    "version": "1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "lib\/scriptlets.js"
            ]
        }
    ]
}