Remove VK ads

Removes advertisements, posts, banners on the social network Vkontakte

Remove VK adsคืออะไร?

Remove VK ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladimir Barkasov และคุณลักษณะหลักของมันคือ "Removes advertisements, posts, banners on the social network Vkontakte"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove VK ads

ดาวน์โหลดไฟล์ส่วนขยาย Remove VK ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}