Play No Ads

Play No Ads is an add-on that skips or blocks video ads. If you are tired to click on the skip button or closing boring ads over…

ما هو Play No Ads؟

Play No Ads هو إضافة Chrome تم تطويرها بواسطة stewartnicole170، والميزة الرئيسية لها هي "Play No Ads is an add-on that skips or blocks video ads. If you are tired to click on the skip button or closing boring ads over…".

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

screenshot

تحميل ملف CRX للإضافة Play No Ads

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

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

                        Play No Ads is an add-on that skips or blocks video ads.

If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.

Who likes Interruption? No one. Unwanted noise of ads which seek our attention & action can be dealt magically by the simple tool. Removing or blocking ads is possible now with this app for video streaming platforms.

Automatically skip a commercial while playing videos & many more things with Play No Ads for video stream.
The app simply gives an answer of how to block ads.

~~ Contact Us ~~

Email : [email protected]

~~ ♥ Keep in touch! ~~

Visit site to learn more and get our latest updates and news: https://playnoads.network/                    

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

الاسم Play No Ads Play No Ads
ID pbdmbldljahmmcafkjlifjjkpdkhbmbl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/play-no-ads/pbdmbldljahmmcafkjlifjjkpdkhbmbl
الوصف Play No Ads is an add-on that skips or blocks video ads. If you are tired to click on the skip button or closing boring ads over…
حجم الملف 129 KB
عدد التثبيتات 4,000
النسخة الحالية 1.0.0.41
آخر تحديث 2022-04-19
تاريخ النشر 2022-04-14
تقييم 1.00/5 مجموع تقييمات 1
المطور stewartnicole170
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://playnoads.network/
عنوان صفحة المساعدة https://playnoads.network/#contact-us
عنوان صفحة سياسة الخصوصية https://playnoads.network
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Play No Ads",
    "default_locale": "en",
    "version": "1.0.0.41",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}