Remove VK ads
Removes advertisements, posts, banners on the social network Vkontakte
Was ist Remove VK ads?
Remove VK ads ist eine Chrome-Erweiterung, die von Vladimir Barkasov entwickelt wurde, und ihr Hauptmerkmal ist "Removes advertisements, posts, banners on the social network Vkontakte".
Erweiterungsscreenshots
Remove VK ads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove VK ads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Remove VK ads |
ID | bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
Offizielle URL | https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
Beschreibung | Removes advertisements, posts, banners on the social network Vkontakte |
Dateigröße | 111 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.7 |
Letztes Update | 2023-02-14 |
Veröffentlichungsdatum | 2018-11-30 |
Bewertung | 4.20/5 Insgesamt 143 Bewertungen |
Entwickler | Vladimir Barkasov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |