Tóth Gabi Content Blocker
A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról.
Cos'è Tóth Gabi Content Blocker?
Tóth Gabi Content Blocker è un'estensione di Chrome sviluppata da xmen peter, e la sua funzione principale è "A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tóth Gabi Content Blocker
Scarica i file di estensione Tóth Gabi Content Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | poaoipkelchclhhjlemjepcghhkcnfma |
| URL Ufficiale | https://chromewebstore.google.com/detail/t%C3%B3th-gabi-content-blocker/poaoipkelchclhhjlemjepcghhkcnfma |
| Descrizione | A kiterjesztés eltávolítja a Tóth Gabi tartalmakat a magyar (*.hu) oldalakról. |
| Dimensione del File | 35.95 KB |
| Conteggio Installazioni | 1,297 |
| Versione Corrente | 1.4.3 |
| Ultimo Aggiornamento | 2024-01-19 |
| Data di Pubblicazione | 2024-01-19 |
| Valutazione | 4.86/5 Totale 59 Valutazioni |
| Sviluppatore | xmen peter |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tajtipeter71/tothgabiblocker |
| URL della Pagina di Aiuto | https://github.com/tajtipeter71/tothgabiblocker |
| Lingue Supportate | 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"
]
}
]
} | |