VK Attachments Gallery

Просмотр материалов из беседы ВКонтакте в режиме галереи

Qu'est-ce que VK Attachments Gallery ?

VK Attachments Gallery est une extension Chrome développée par Oleg Mikhnenkov, et sa fonction principale est "Просмотр материалов из беседы ВКонтакте в режиме галереи".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VK Attachments Gallery

Téléchargez les fichiers d'extension VK Attachments Gallery au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Расширение позволяет отобразить все фотографии из беседы в социальной сети ВКонтакте в виде галереи с группировкой по месяцам.                    

Informations de Base sur l'Extension

Nom VK Attachments Gallery VK Attachments Gallery
ID cdjdnkhfchjodgodldiamilcgohcleia
URL Officiel https://chromewebstore.google.com/detail/vk-attachments-gallery/cdjdnkhfchjodgodldiamilcgohcleia
Description Просмотр материалов из беседы ВКонтакте в режиме галереи
Taille du Fichier 178 KB
Nombre d'Installations 56
Version Actuelle 1.4.2
Dernière Mise à Jour 2021-09-24
Date de Publication 2019-04-14
Évaluation 3.00/5 Total 2 Évaluations
Développeur Oleg Mikhnenkov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}