VK repost disabler
Disable re-posts on vk.com
What is VK repost disabler?
VK repost disabler is a Chrome extension developed by Andrey "Chips" Kuzmin, and its main feature is "Disable re-posts on vk.com".
Extension Screenshots
Download VK repost disabler Extension CRX File
Download VK repost disabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension for hiding all reposts from your feed. Enjoy pure news from friends.
Extension Basic Information
Name | VK repost disabler |
ID | jkojefcglhgpoeocomgojkiilbhdljac |
Official URL | https://chromewebstore.google.com/detail/vk-repost-disabler/jkojefcglhgpoeocomgojkiilbhdljac |
Description | Disable re-posts on vk.com |
File Size | 104 KB |
Installation Count | 35 |
Current Version | 0.2.3 |
Last Updated | 2013-05-08 |
Publish Date | 2013-05-07 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Andrey "Chips" Kuzmin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VK repost disabler", "version": "0.2.3", "manifest_version": 2, "description": "Disable re-posts on vk.com", "icons": { "16": "vk_disabler16.png", "48": "vk_disabler48.png", "128": "vk_disabler128.png" }, "content_scripts": [ { "matches": [ "http:\/\/vk.com\/feed" ], "css": [ "style.css" ], "js": [ "jquery.js", "script.js" ] } ] } |