Cleaner And Helper

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

Cleaner And Helper란 무엇입니까?

Cleaner And Helper은(는) https://tchumim.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents annoying advertisements and improves convenience, designed for Netfree users."입니다.

확장 프로그램 스크린샷

screenshot

Cleaner And Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Cleaner And Helper Cleaner And Helper
ID abceolommehmfcheephklpllmcocgmol
공식 URL https://chromewebstore.google.com/detail/cleaner-and-helper/abceolommehmfcheephklpllmcocgmol
설명 Prevents annoying advertisements and improves convenience, designed for Netfree users.
파일 크기 17.38 KB
설치 횟수 1,323
현재 버전 1.4.3
최근 업데이트 2023-07-12
출시 날짜 2020-12-10
평점 4.45/5 총 11 개의 평점
개발자 https://tchumim.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dovid-lt/CleanerAndHelper
도움말 페이지 URL https://github.com/dovid-lt/CleanerAndHelper/issues
지원되는 언어 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\/*"
    ]
}