Фотографии из переписки ВК

Расширение достает фотографии из ваших переписок ВКонтакте

Cos'è Фотографии из переписки ВК?

Фотографии из переписки ВК è un'estensione di Chrome sviluppata da Pavel Nguyen, e la sua funzione principale è "Расширение достает фотографии из ваших переписок ВКонтакте".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Фотографии из переписки ВК

Scarica i file di estensione Фотографии из переписки ВК in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Расширение достает фотографии из ваших переписок ВКонтакте                    

Informazioni di Base sull'Estensione

Nome Фотографии из переписки ВК Фотографии из переписки ВК
ID dcfdcfkiapggmpmkdjbhaghnbfbobhbb
URL Ufficiale https://chrome.google.com/webstore/detail/dcfdcfkiapggmpmkdjbhaghnbfbobhbb
Descrizione Расширение достает фотографии из ваших переписок ВКонтакте
Dimensione del File 88.02 KB
Conteggio Installazioni 902
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-04-16
Data di Pubblicazione 2016-04-16
Valutazione 2.32/5 Totale 28 Valutazioni
Sviluppatore Pavel Nguyen
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://smmbox.com/privacy.php
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0438\u0437 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0438 \u0412\u041a",
    "version": "0.0.2",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0430\u0435\u0442 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0438\u0437 \u0432\u0430\u0448\u0438\u0445 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043e\u043a \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "data\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/jquery\/jquery-1.12.3.min.js",
                "data\/js\/prep.js",
                "data\/js\/jquery.fancybox.pack.js"
            ],
            "css": [
                "data\/css\/messagehistory.css",
                "data\/css\/jquery.fancybox.css"
            ]
        },
        {
            "js": [
                "data\/js\/oauth2_inject.js"
            ],
            "matches": [
                "*:\/\/oauth.vk.com\/blank.html*",
                "*:\/\/oauth.vk.com\/error*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}