Cleaner And Helper

Prevents annoying advertisements and improves convenience, designed for Netfree users.

O que é Cleaner And Helper?

Cleaner And Helper é uma extensão do Chrome desenvolvida por https://tchumim.com, e sua principal característica é "Prevents annoying advertisements and improves convenience, designed for Netfree users.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cleaner And Helper

Baixe arquivos de extensão Cleaner And Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        תוסף בקוד פתוח (https://github.com/dovid-lt/CleanerAndHelper), 
לחסימת פרסומות וקדימונים לסרטונים האופייניים לאתרי חדשות ופרומים הפתוחים בנטפרי וכדומה.
אתרים מושפעים כעת: JDN, המחדש, כל-רגע, בחזית, פרוג.
התוסף מציג את הסרטון במעטפת הברירת מחדל של הדפדפן.                    

Informações Básicas da Extensão

Nome Cleaner And Helper Cleaner And Helper
ID abceolommehmfcheephklpllmcocgmol
URL Oficial https://chromewebstore.google.com/detail/cleaner-and-helper/abceolommehmfcheephklpllmcocgmol
Descrição Prevents annoying advertisements and improves convenience, designed for Netfree users.
Tamanho do Arquivo 17.38 KB
Contagem de Instalações 1,323
Versão Atual 1.4.3
Última Atualização 2023-07-12
Data de Publicação 2020-12-10
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor https://tchumim.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dovid-lt/CleanerAndHelper
URL da Página de Ajuda https://github.com/dovid-lt/CleanerAndHelper/issues
Idiomas Suportados iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cleaner And Helper",
    "version": "1.4.3",
    "description": "Prevents annoying advertisements and improves convenience, designed for Netfree users.",
    "manifest_version": 3,
    "icons": {
        "16": "media2\/16.png",
        "48": "media2\/32.png",
        "128": "media2\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.jdn.co.il\/*"
            ],
            "run_at": "document_start",
            "js": [
                "general-mutation.js",
                "jdn.js"
            ]
        },
        {
            "matches": [
                "*:\/\/hm-news.co.il\/*"
            ],
            "run_at": "document_start",
            "js": [
                "general-mutation.js",
                "hm-news.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.kore.co.il\/*"
            ],
            "run_at": "document_start",
            "js": [
                "general-mutation.js",
                "kore.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.kore.co.il\/flashNews*"
            ],
            "run_at": "document_start",
            "js": [
                "kore-flashNews.js"
            ],
            "css": [
                "kore-flashNews.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bahazit.co.il\/*"
            ],
            "run_at": "document_start",
            "js": [
                "general-mutation.js",
                "bahazit.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.prog.co.il\/*"
            ],
            "run_at": "document_start",
            "js": [
                "general-mutation.js",
                "prog.js"
            ],
            "css": [
                "prog.css"
            ]
        },
        {
            "matches": [
                "*:\/\/kcm.fm\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "kcm.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.hidabroot.org\/*"
            ],
            "run_at": "document_start",
            "js": [
                "general-mutation.js",
                "hidabroot.js"
            ],
            "css": [
                "prog.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "kcm-em.js"
            ],
            "matches": [
                "https:\/\/kcm.fm\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_host_permissions": [
        "*:\/\/www.jdn.co.il\/*",
        "*:\/\/info.jdn.co.il\/*",
        "*:\/\/*.hm-news.co.il\/*",
        "*:\/\/hm-news.co.il\/*",
        "*:\/\/www.kore.co.il\/*",
        "*:\/\/*.kore.co.il\/*",
        "*:\/\/www.prog.co.il\/*",
        "*:\/\/kcm.fm\/*",
        "*:\/\/www.hidabroot.org\/*"
    ]
}