Remove VK ads

Removes advertisements, posts, banners on the social network Vkontakte

Remove VK ads란 무엇입니까?

Remove VK ads은(는) Vladimir Barkasov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes advertisements, posts, banners on the social network Vkontakte"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Remove VK ads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension removes the following types of ads on the vk.com social network:
- advertising banners on the left side of the page,
- advertising posts in the feed, publics and groups,
- advertising posts in the feed, publics and groups.                    

확장 프로그램 기본 정보

이름 Remove VK ads Remove VK ads
ID bjhgmpfjfdmecjjgmhdgnjmbmopkepca
공식 URL https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca
설명 Removes advertisements, posts, banners on the social network Vkontakte
파일 크기 111 KB
설치 횟수 10,000
현재 버전 1.7
최근 업데이트 2023-02-14
출시 날짜 2018-11-30
평점 4.20/5 총 143 개의 평점
개발자 Vladimir Barkasov
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.7",
    "author": "Vladimir Barkasov",
    "homepage_url": "https:\/\/vbarkasov.com",
    "icons": {
        "16": "img\/icons\/16default.png",
        "32": "img\/icons\/32default.png",
        "128": "img\/icons\/128default.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vk.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icons\/32default.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.vk.com\/*"
    ],
    "permissions": [
        "activeTab"
    ]
}