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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |