VK dialog photo fetcher
Extension provides a convenient way of saving photos from VK dialogs
VK dialog photo fetcher란 무엇입니까?
VK dialog photo fetcher은(는) feolius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension provides a convenient way of saving photos from VK dialogs"입니다.
확장 프로그램 스크린샷
VK dialog photo fetcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you downloading photos from VK dialog. You need to be on your dialog page and click on extension icon in upper right corner. At first usage you will be asked to authorize in VK. All recent photos will be shown in new tab. You can choose photos you wish to download in there and then just click on "Download" button. Attention! This app doesn't store any personal info. It also doesn't require explicit input of any data for authentication. It can be so that authentication error occured and error message looks this way {"error":"invalid_request","error_description":"Security Error"}. Unfortunately it's a problem on VK side. And it happens because of your VK session is old. That's annoying, but we cannot do anything with it. Still waiting for fix. In order to get rid of this error, you need to log in and log out in your VK account. After this the error should disappear.
확장 프로그램 기본 정보
이름 | VK dialog photo fetcher |
ID | jkofhffhhcnikeimpnpfjdhjiebnfcph |
공식 URL | https://chromewebstore.google.com/detail/vk-dialog-photo-fetcher/jkofhffhhcnikeimpnpfjdhjiebnfcph |
설명 | Extension provides a convenient way of saving photos from VK dialogs |
파일 크기 | 428 KB |
설치 횟수 | 3,611 |
현재 버전 | 0.2.4 |
최근 업데이트 | 2019-07-27 |
출시 날짜 | 2019-07-26 |
평점 | 4.00/5 총 23 개의 평점 |
개발자 | feolius |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/vkdialogphotofetcher/%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.2.4", "description": "__MSG_extDescription__", "default_locale": "ru", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "downloads", "http:\/\/*\/*", "https:\/\/*\/*" ] } |