YouTube™ Video Ad Punisher / Blocker
YouTube™ Video Ad Punisher / Blocker automatically skips YouTube™ video ads and spams spammers back!
YouTube™ Video Ad Punisher / Blocker란 무엇입니까?
YouTube™ Video Ad Punisher / Blocker은(는) GMZcodes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube™ Video Ad Punisher / Blocker automatically skips YouTube™ video ads and spams spammers back!"입니다.
확장 프로그램 스크린샷
YouTube™ Video Ad Punisher / Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        YouTube™ Video Ad Punisher / Blocker automatically skips, downvotes and reports YouTube™ video ads for you!
This way, users will be able to make their voice heard and force YouTube™ to implement better and less annoying targeting mechanisms to avoid things like:
- Showing the same ad, product, service or company over and over.
- Showing ads about a product or service that you already own or don't want.
- Showing ads about companies you don't want to be a customer of.
And soon, this extension will also start spamming back... 😏                     확장 프로그램 기본 정보
| 이름 |   |  
| ID | moebapoecfbnbdjdiaohahogheghnida | 
| 공식 URL | https://chromewebstore.google.com/detail/youtube-video-ad-punisher/moebapoecfbnbdjdiaohahogheghnida | 
| 설명 | YouTube™ Video Ad Punisher / Blocker automatically skips YouTube™ video ads and spams spammers back! | 
| 파일 크기 | 2.37 MB | 
| 설치 횟수 | 39 | 
| 현재 버전 | 0.0.6 | 
| 최근 업데이트 | 2021-09-30 | 
| 출시 날짜 | 2021-09-30 | 
| 평점 | 5.00/5 총 2 개의 평점 | 
| 개발자 | GMZcodes | 
| 이메일 | [email protected] | 
| 결제 유형 | free | 
| 지원되는 언어 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Video Ad Punisher \/ Blocker",
    "description": "YouTube\u2122 Video Ad Punisher \/ Blocker automatically skips YouTube\u2122 video ads and spams spammers back!",
    "version": "0.0.6",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkNsvi5RvK6MvgNv3RYLsGL37Lldp3z5z7nzCqR\/RNyDnDMOfNBl+yMsf3pbhmRk26xSfCzRx7MUCosOO+pXidaFLw50LF9+YOkqx7NCxQ\/\/vnjp2cQQmf\/1Zn1OfqYHn3kM5T2gtMUPr7y06N6PcwrdEAs\/Ja2wTsOZ+rmOId\/NQPoMdJ6VNKgankuJmjKIk\/0piTVFQTro624VO3r2djEds+JPpSX\/CmV3rj8BRbe1MRU9fAih782BnejL4+tkrHgxt3NXu3XjCvRba9CF+BPXMYs9X3uNpMaoxFEUFy4jZyIW3t7EvTE9OVBBI\/nQTM\/+HZvIyW5ZPK16RZTxNDQIDAQAB",
    "oauth2": {
        "client_id": "375532977900-28044fri17p6q1vncr1buvv44cp14qan.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.send"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "icons": {
        "16": ".\/icons\/youtube-video-ad-punisher-t-e-16.png",
        "24": ".\/icons\/youtube-video-ad-punisher-t-e-24.png",
        "32": ".\/icons\/youtube-video-ad-punisher-t-e-32.png",
        "48": ".\/icons\/youtube-video-ad-punisher-t-e-48.png",
        "64": ".\/icons\/youtube-video-ad-punisher-t-e-64.png",
        "128": ".\/icons\/youtube-video-ad-punisher-t-e-128.png",
        "256": ".\/icons\/youtube-video-ad-punisher-t-e-256.png",
        "512": ".\/icons\/youtube-video-ad-punisher-t-e-512.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/content.css"
            ]
        }
    ]
}  |  |