NoAdsPlease

No Ads Please extension will help you watching YouTube videos without annoying advertising

NoAdsPlease란 무엇입니까?

NoAdsPlease은(는) QAProvider에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No Ads Please extension will help you watching YouTube videos without annoying advertising"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        - Hide text adverts
- Skip video adverts
More info: https://noadsplease.com

From 22.10.2019 it is fully FREE!                    

확장 프로그램 기본 정보

이름 NoAdsPlease NoAdsPlease
ID fgdimckjdalgmlobjacingiiihfpnlnn
공식 URL https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn
설명 No Ads Please extension will help you watching YouTube videos without annoying advertising
파일 크기 129 KB
설치 횟수 86
현재 버전 0.2
최근 업데이트 2019-10-22
출시 날짜 2019-10-22
평점 4.25/5 총 4 개의 평점
개발자 QAProvider
결제 유형 free
확장 프로그램 웹 사이트 https://noadsplease.com
도움말 페이지 URL https://noadsplease.com/help
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoAdsPlease",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "eventPages.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "*:\/\/*.noadsplease.com\/*",
        "activeTab",
        "storage"
    ],
    "description": "No Ads Please extension will help you watching YouTube videos without annoying advertising",
    "icons": {
        "128": "mynoads.png"
    },
    "browser_action": {
        "default_icon": "mynoads.png",
        "default_popup": "popup.html"
    }
}