VK Purify
Removes annoying posts from the feed in VK.com
什么是VK Purify?
VK Purify是由Victor Sheyanov开发的Chrome扩展程序,该扩展的主要功能是“Removes annoying posts from the feed in VK.com”。
扩展截图
下载VK Purify扩展crx文件
下载VK Purify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | VK Purify |
ID | mgbilpceofijmghkagnbjedjbgebddne |
官方URL | https://chromewebstore.google.com/detail/vk-purify/mgbilpceofijmghkagnbjedjbgebddne |
简介 | Removes annoying posts from the feed in VK.com |
文件大小 | 40.11 KB |
安装次数 | 17 |
当前版本 | 0.0.32 |
更新时间 | 2015-05-26 |
上架时间 | 2015-05-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Victor Sheyanov |
付费类型 | free |
支持的语言 | 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 } ] } |