Easy Adblocker

Easy Adblocker that's blocks any ads

Easy Adblocker란 무엇입니까?

Easy Adblocker은(는) A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Adblocker that's blocks any ads"입니다.

확장 프로그램 스크린샷

screenshot

Easy Adblocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy Adblocker that's blocks any ads

Every time you need to search a thing just click me and then your done

simply add the extension, and you will see the extension pop out right up corner

Privacy and Policy
https://sites.google.com/view/privacyandpolicy1/home                    

확장 프로그램 기본 정보

이름 Easy Adblocker Easy Adblocker
ID hgdgmfppbjbphfcpglhdiojcdmlelbjk
공식 URL https://chrome.google.com/webstore/detail/easy-adblocker/hgdgmfppbjbphfcpglhdiojcdmlelbjk
설명 Easy Adblocker that's blocks any ads
파일 크기 9.42 KB
설치 횟수 94
현재 버전 1.0
최근 업데이트 2021-08-30
출시 날짜 2021-08-30
평점 5.00/5 총 7 개의 평점
개발자 A
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacyandpolicy1/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Adblocker",
    "version": "1.0",
    "description": "Easy Adblocker that's blocks any ads",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/16x.png",
        "48": "images\/48x.png",
        "128": "images\/128x.png"
    },
    "manifest_version": 2
}