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 } ] } |