Remove VK ads

Removes advertisements, posts, banners on the social network Vkontakte

Remove VK ads क्या है?

Remove VK ads Vladimir Barkasov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes advertisements, posts, banners on the social network Vkontakte"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove VK ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}