Audio Ad Blocker for VK™

Blocks Audio Ads during music listening on vk.com

Audio Ad Blocker for VK™란 무엇입니까?

Audio Ad Blocker for VK™은(는) Utilities For Life에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks Audio Ads during music listening on vk.com"입니다.

확장 프로그램 스크린샷

screenshot

Audio Ad Blocker for VK™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you often use social network vk.com? Are you tired from annoying audio advertising?

We know an excellent solution - the Audio Ad Blocker for VK™ extension.

Install the extension and block audio advertising in VK with Audio Ad Blocker for VK™.                    

확장 프로그램 기본 정보

이름 Audio Ad Blocker for VK™ Audio Ad Blocker for VK™
ID gnlgonidiifongfpojcfpdfnpfnldfbo
공식 URL https://chromewebstore.google.com/detail/audio-ad-blocker-for-vk/gnlgonidiifongfpojcfpdfnpfnldfbo
설명 Blocks Audio Ads during music listening on vk.com
파일 크기 64.27 KB
설치 횟수 2,000
현재 버전 4.0.0.2
최근 업데이트 2023-04-22
출시 날짜 2023-04-21
평점 4.75/5 총 4 개의 평점
개발자 Utilities For Life
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://bit.ly/3RYjS6m
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "4.0.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "sandbox.html"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "resources": [
                "\/js\/script.js"
            ]
        }
    ]
}