FadBlock Origin: Friendly YouTube™ Adblock

A fast, lightweight, and undetectable YouTube Ads Blocker for Chrome.

Τι είναι το FadBlock Origin: Friendly YouTube™ Adblock;

Το FadBlock Origin: Friendly YouTube™ Adblock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 0x48piraj, και η κύρια λειτουργία του είναι "A fast, lightweight, and undetectable YouTube Ads Blocker for Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FadBlock Origin: Friendly YouTube™ Adblock

Λήψη αρχείων επέκτασης FadBlock Origin: Friendly YouTube™ Adblock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A fast, lightweight, and undetectable YouTube Ads Blocker for Chrome.

This blocker is designed to monitor advertisements, automatically seek the ads and skip them on YouTube and YouTube Music as well. It's important to note that this doesn't classify as traditional ad blocking, as the ad content is technically "loaded".

Nevertheless, the extension's underlying logic enables it to fast-forward through the ad content to its conclusion. The entire process is optimized to occur within an extremely brief timeframe, typically <=50 milliseconds, ensuring a smooth and uninterrupted user experience.

FEATURES:

This extension effectively eliminates all categories of YouTube and YouTube Music advertisements:

Category 1: Ads visible on the homepage.

Category 2: Ads overlaid atop the suggested video list.

Category 3: Ads displayed below the video description.

> Starting on April 6th, 2023, the “Overlay ads” ad format will no longer appear on YouTube to help improve the viewer experience and shift engagement to higher performing ad formats on desktop and mobile devices. Overlay ads are a legacy ad format that only served on desktop and are disruptive for viewers.

Category 4: Skippable 5-second-must-be-watched video ads, which may be positioned at the video's start, midway, or at the end.

Category 5: Ads similar to Category 4, but with two consecutive video ads instead of one.

Category 6: Inescapable 10-second video ads, which must be watched.

Install now and experience YouTube and YouTube Music the way it was meant to be—ad-free!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FadBlock Origin: Friendly YouTube™ Adblock FadBlock Origin: Friendly YouTube™ Adblock
ID lmnhcklabcehiohmmeihcheoegomkghm
Επίσημο URL https://chromewebstore.google.com/detail/fadblock-origin-friendly/lmnhcklabcehiohmmeihcheoegomkghm
Περιγραφή A fast, lightweight, and undetectable YouTube Ads Blocker for Chrome.
Μέγεθος Αρχείου 76.77 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2024-01-25
Ημερομηνία Δημοσίευσης 2024-01-25
Αξιολόγηση 4.02/5 Συνολικά 66 Αξιολογήσεις
Προγραμματιστής 0x48piraj
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://github.com/0x48piraj/fadblock
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/0x48piraj/fadblock/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FadBlock Origin: Friendly YouTube\u2122 Adblock",
    "version": "1.0",
    "description": "A fast, lightweight, and undetectable YouTube Ads Blocker for Chrome.",
    "icons": {
        "16": "assets\/icons\/icon-16x16.png",
        "48": "assets\/icons\/icon-48x48.png",
        "128": "assets\/icons\/icon-120x120.png"
    },
    "action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/ExtPay.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "js\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ]
}