VK Block
расширение для блокировки постов ВК, являющихся рекламой
Wat is VK Block?
VK Block is een Chrome-extensie ontwikkeld door zhakovnikita, en de belangrijkste functie is "расширение для блокировки постов ВК, являющихся рекламой".
Extensie Screenshots
Download het CRX-bestand van de extensie VK Block
Download VK Block-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение для блокирования публикаций вконтакте, являющихся рекламным контентом.
Basisinformatie over de Extensie
Naam | VK Block |
ID | kppindngapmjhpdnonhjieofkalkpbbb |
Officiële URL | https://chromewebstore.google.com/detail/vk-block/kppindngapmjhpdnonhjieofkalkpbbb |
Beschrijving | расширение для блокировки постов ВК, являющихся рекламой |
Bestandsgrootte | 298 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.92 |
Laatst Bijgewerkt | 2017-07-17 |
Publicatiedatum | 2017-07-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | zhakovnikita |
Betalingswijze | free |
Help Pagina-URL | https://vk.com/vkblockford |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js", "firebase.js" ] }, "browser_action": { "default_popup": "button\/popup.html", "default_title": "VK Block" }, "content_scripts": [ { "js": [ "firebase.js" ], "matches": [ "*:\/\/vk.com\/*" ] } ], "description": "\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438 \u043f\u043e\u0441\u0442\u043e\u0432 \u0412\u041a, \u044f\u0432\u043b\u044f\u044e\u0449\u0438\u0445\u0441\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u043e\u0439", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "VK Block", "permissions": [ "*:\/\/vk.com\/*", "storage", "tabs" ], "short_name": "VK Block", "version": "0.92" } |