VK Block
расширение для блокировки постов ВК, являющихся рекламой
Qu'est-ce que VK Block ?
VK Block est une extension Chrome développée par zhakovnikita, et sa fonction principale est "расширение для блокировки постов ВК, являющихся рекламой".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VK Block
Téléchargez les fichiers d'extension VK Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Расширение для блокирования публикаций вконтакте, являющихся рекламным контентом.
Informations de Base sur l'Extension
Nom | VK Block |
ID | kppindngapmjhpdnonhjieofkalkpbbb |
URL Officiel | https://chromewebstore.google.com/detail/vk-block/kppindngapmjhpdnonhjieofkalkpbbb |
Description | расширение для блокировки постов ВК, являющихся рекламой |
Taille du Fichier | 298 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.92 |
Dernière Mise à Jour | 2017-07-17 |
Date de Publication | 2017-07-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | zhakovnikita |
Type de Paiement | free |
URL de la Page d'Aide | https://vk.com/vkblockford |
Langues Prises en Charge | 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" } |