Mytube for Youtube™

Removes all annoying ads and banners from YouTube!

Qu'est-ce que Mytube for Youtube™ ?

Mytube for Youtube™ est une extension Chrome développée par https://www.codehemu.com, et sa fonction principale est "Removes all annoying ads and banners from YouTube!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mytube for Youtube™

Téléchargez les fichiers d'extension Mytube for Youtube™ 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

                        MyTube For YouTube™

Youtube with Colorful plus Glow Youtube extension.

Removes all annoying ads and banners from YouTube!

===================================

Features:
✔️ Create a Bot Comment.
✔️ Beautiful color sets. Your own night theme.
✔️ Ads block and dark theme.
✔️ Colorful plus Glow Youtube.
✔️ Background color, text color, hover text color.
✔️ We selected colors that work best even for color blind.
✔️ Changes color on Youtube embed videos .
✔️ content filtering and ad blocking browser extension.
✔️ Works in fullscreen mode.
=============================

ABOUT

Download MyTube For YouTube™ free ad blocker to block ads on Edge everywhere YouTube. MyTube For YouTube™ also protects your browser from malware and blocks advertisers from accessing your browsing history and personal information.                    

Informations de Base sur l'Extension

Nom Mytube for Youtube™ Mytube for Youtube™
ID mlolgpcecboccnknllkhfdafmphinbon
URL Officiel https://chromewebstore.google.com/detail/mytube-for-youtube/mlolgpcecboccnknllkhfdafmphinbon
Description Removes all annoying ads and banners from YouTube!
Taille du Fichier 39.46 KB
Nombre d'Installations 1,554
Version Actuelle 5.0
Dernière Mise à Jour 2024-01-12
Date de Publication 2022-04-06
Évaluation 4.24/5 Total 17 Évaluations
Développeur https://www.codehemu.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.codehemu.com/
URL de la Page d'Aide https://www.codehemu.com/p/form.html
URL de la Page de Politique de Confidentialité https://www.codehemu.com/p/privacy-policy.html
Langues Prises en Charge en,en-GB,en-US,es,pt-BR,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*",
                "*:\/\/*.music.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.codehemu.com\/p\/mytubeforyoutube.html",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "short_name": "mytube",
    "version": "5.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "svg\/heart.svg"
            ]
        }
    ]
}