Tóth Gabi Content Blocker

A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról.

Qu'est-ce que Tóth Gabi Content Blocker ?

Tóth Gabi Content Blocker est une extension Chrome développée par xmen peter, et sa fonction principale est "A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tóth Gabi Content Blocker

Téléchargez les fichiers d'extension Tóth Gabi Content Blocker 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

                        Ez a Chrome kiegészítő eltávolítja a Tóth Gabihoz kapcsolódó tartalmakat a magyar (.hu) weboldalakról, biztosítva egy Tóth Gabi-mentes böngészési élményt.
Funkciók:
Tartalom Szűrés: Automatikusan eltávolít minden Tóth Gabihoz kapcsolódó tartalmat a .hu domainnel rendelkező oldalakról.
Egyszerű Kezelés: A kiegészítő állapota egyszerűen szabályozható egy ki- bekapcsoló gombbal.
Könnyű Telepítés: Egyszerű telepítés és azonnali működés.                    

Informations de Base sur l'Extension

Nom Tóth Gabi Content Blocker Tóth Gabi Content Blocker
ID poaoipkelchclhhjlemjepcghhkcnfma
URL Officiel https://chromewebstore.google.com/detail/t%C3%B3th-gabi-content-blocker/poaoipkelchclhhjlemjepcghhkcnfma
Description A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról.
Taille du Fichier 35.95 KB
Nombre d'Installations 1,297
Version Actuelle 1.4.3
Dernière Mise à Jour 2024-01-19
Date de Publication 2024-01-19
Évaluation 4.86/5 Total 59 Évaluations
Développeur xmen peter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tajtipeter71/tothgabiblocker
URL de la Page d'Aide https://github.com/tajtipeter71/tothgabiblocker
Langues Prises en Charge hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "T\u00f3th Gabi Content Blocker",
    "version": "1.4.3",
    "description": "A kiterjeszt\u00e9s elt\u00e1vol\u00edtja a T\u00f3th Gabi tartalmakat a magyar (*.hu) oldalakr\u00f3l.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.hu\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hu\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}