VK Attachments Gallery
Просмотр материалов из беседы ВКонтакте в режиме галереи
什么是VK Attachments Gallery?
VK Attachments Gallery是由Oleg Mikhnenkov开发的Chrome扩展程序,该扩展的主要功能是“Просмотр материалов из беседы ВКонтакте в режиме галереи”。
扩展截图
下载VK Attachments Gallery扩展crx文件
下载VK Attachments Gallery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Расширение позволяет отобразить все фотографии из беседы в социальной сети ВКонтакте в виде галереи с группировкой по месяцам.
扩展基本信息
名称 | 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" } |