Tóth Gabi Content Blocker

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

What is Tóth Gabi Content Blocker?

Tóth Gabi Content Blocker is a Chrome extension developed by xmen peter, and its main feature is "A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról.".

Extension Screenshots

screenshot

Download Tóth Gabi Content Blocker Extension CRX File

Download Tóth Gabi Content Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tóth Gabi Content Blocker Tóth Gabi Content Blocker
ID poaoipkelchclhhjlemjepcghhkcnfma
Official URL 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.
File Size 35.95 KB
Installation Count 1,297
Current Version 1.4.3
Last Updated 2024-01-19
Publish Date 2024-01-19
Rating 4.86/5 Total 59 Ratings
Developer xmen peter
Email [email protected]
Payment Type free
Extension Website https://github.com/tajtipeter71/tothgabiblocker
Help Page URL https://github.com/tajtipeter71/tothgabiblocker
Supported Languages 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"
            ]
        }
    ]
}