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 |
官方網址 | 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 } ] } |