VK Attachments Gallery
Просмотр материалов из беседы ВКонтакте в режиме галереи
VK Attachments Gallery란 무엇입니까?
VK Attachments Gallery은(는) Oleg Mikhnenkov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Просмотр материалов из беседы ВКонтакте в режиме галереи"입니다.
확장 프로그램 스크린샷
VK Attachments Gallery 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Расширение позволяет отобразить все фотографии из беседы в социальной сети ВКонтакте в виде галереи с группировкой по месяцам.
확장 프로그램 기본 정보
이름 | VK Attachments Gallery |
ID | cdjdnkhfchjodgodldiamilcgohcleia |
공식 URL | https://chromewebstore.google.com/detail/vk-attachments-gallery/cdjdnkhfchjodgodldiamilcgohcleia |
설명 | Просмотр материалов из беседы ВКонтакте в режиме галереи |
파일 크기 | 178 KB |
설치 횟수 | 56 |
현재 버전 | 1.4.2 |
최근 업데이트 | 2021-09-24 |
출시 날짜 | 2019-04-14 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Oleg Mikhnenkov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ru |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "VK Attachments Gallery" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/vk.com; object-src 'self'", "description": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0438\u0437 \u0431\u0435\u0441\u0435\u0434\u044b \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u0433\u0430\u043b\u0435\u0440\u0435\u0438", "manifest_version": 2, "name": "VK Attachments Gallery", "short_name": "VK Attachments Gallery", "minimum_chrome_version": "27", "permissions": [ "tabs", "*:\/\/*.userapi.com\/*", "*:\/\/api.vk.com\/*", "*:\/\/*.vk.me\/*", "*:\/\/vk.com\/images\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.2" } |