Adblocker for YouTube - Ultimate

Ultimate AdBlocker for YouTube for ads free youtube experience

Qu'est-ce que Adblocker for YouTube - Ultimate ?

Adblocker for YouTube - Ultimate est une extension Chrome développée par aiassistantextension, et sa fonction principale est "Ultimate AdBlocker for YouTube for ads free youtube experience".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Adblocker for YouTube - Ultimate

Téléchargez les fichiers d'extension Adblocker for YouTube - Ultimate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adblocker for YouTube - Ultimate is an innovative browser extension designed to eliminate ads on YouTube and provide an uninterrupted viewing experience. It has advanced algorithms that block all ads, including those embedded in the video itself, and can speed up video playback, reducing buffering time. It offers customization options for users to tailor their ad-blocking preferences and enhanced privacy features that block tracking cookies and online trackers. The product is compatible with all major browsers and devices, making it ideal for those who want to block ads on-the-go. Download Adblocker for YouTube - Ultimate today and take control of your online experience. Blocks ads on Youtube, hotstar, jio cinema, etc.

Checkout at privacy policy at https://ytultimate.com/privacy-policy                    

Informations de Base sur l'Extension

Nom Adblocker for YouTube - Ultimate Adblocker for YouTube - Ultimate
ID pmdojcimafiidnflodbinjhpfflfneic
URL Officiel https://chromewebstore.google.com/detail/adblocker-for-youtube-ult/pmdojcimafiidnflodbinjhpfflfneic
Description Ultimate AdBlocker for YouTube for ads free youtube experience
Taille du Fichier 53.94 KB
Nombre d'Installations 20,284
Version Actuelle 2.2
Dernière Mise à Jour 2024-01-15
Date de Publication 2023-04-05
Évaluation 4.20/5 Total 5 Évaluations
Développeur aiassistantextension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ytultimate.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for YouTube - Ultimate",
    "version": "2.2",
    "description": "Ultimate AdBlocker for YouTube for ads free youtube experience",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "commonrules",
                "enabled": true,
                "path": "commonrules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "webRequest"
    ],
    "icons": {
        "128": "ytultimate.png"
    },
    "action": {
        "default_icon": "yt.png",
        "default_title": "Adblocker for YouTube - Ultimate"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}