VK Purify
Removes annoying posts from the feed in VK.com
Qu'est-ce que VK Purify ?
VK Purify est une extension Chrome développée par Victor Sheyanov, et sa fonction principale est "Removes annoying posts from the feed in VK.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VK Purify
Téléchargez les fichiers d'extension VK Purify 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
Until AdBlock doesn't hide all ads from VK.com, this small extension will do this job and will hide posts: 1) 'Recommended applications' 2) 'Ads post' In the extension options there is an option to show message instead of the hidden post.
Informations de Base sur l'Extension
Nom | VK Purify |
ID | mgbilpceofijmghkagnbjedjbgebddne |
URL Officiel | https://chromewebstore.google.com/detail/vk-purify/mgbilpceofijmghkagnbjedjbgebddne |
Description | Removes annoying posts from the feed in VK.com |
Taille du Fichier | 40.11 KB |
Nombre d'Installations | 17 |
Version Actuelle | 0.0.32 |
Dernière Mise à Jour | 2015-05-26 |
Date de Publication | 2015-05-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Victor Sheyanov |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "ru", "version": "0.0.32", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "default_title": "VK Purify" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js", "scripts\/options.js" ], "run_at": "document_end", "all_frames": false } ] } |