Another VK Helper

Enhances the https://vk.com experience.

Qu'est-ce que Another VK Helper ?

Another VK Helper est une extension Chrome développée par Abbas Gussenov, et sa fonction principale est "Enhances the https://vk.com experience.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Another VK Helper

Téléchargez les fichiers d'extension Another VK Helper 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

                        The Another VK Helper shows list of all posts on the wall. For using this extension you must enter a service token on Options page.                    

Informations de Base sur l'Extension

Nom Another VK Helper Another VK Helper
ID oangjnoflmddnjbdgabbcafoekkimjng
URL Officiel https://chromewebstore.google.com/detail/another-vk-helper/oangjnoflmddnjbdgabbcafoekkimjng
Description Enhances the https://vk.com experience.
Taille du Fichier 107 KB
Nombre d'Installations 1,494
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2022-09-24
Date de Publication 2018-08-03
Évaluation 1.78/5 Total 40 Évaluations
Développeur Abbas Gussenov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gusenov/vk-helper-extension
URL de la Page d'Aide https://github.com/gusenov/vk-helper-extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Another VK Helper",
    "version": "0.0.0.4",
    "description": "Enhances the https:\/\/vk.com experience.",
    "icons": {
        "16": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/16\/Social-Networks-Vkontakte-icon.png",
        "24": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/24\/Social-Networks-Vkontakte-icon.png",
        "32": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/32\/Social-Networks-Vkontakte-icon.png",
        "48": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/48\/Social-Networks-Vkontakte-icon.png",
        "64": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/64\/Social-Networks-Vkontakte-icon.png",
        "72": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/72\/Social-Networks-Vkontakte-icon.png",
        "96": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/96\/Social-Networks-Vkontakte-icon.png",
        "128": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/128\/Social-Networks-Vkontakte-icon.png",
        "256": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/256\/Social-Networks-Vkontakte-icon.png",
        "512": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/512\/Social-Networks-Vkontakte-icon.png"
    },
    "author": "Abbas Gussenov",
    "short_name": "VKHelper",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "https:\/\/*.vk.com\/*"
    ],
    "background": {
        "page": "\/html\/background.html"
    },
    "page_action": {
        "default_icon": {
            "16": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/16\/Social-Networks-Vkontakte-icon.png",
            "24": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/24\/Social-Networks-Vkontakte-icon.png",
            "32": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/32\/Social-Networks-Vkontakte-icon.png",
            "48": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/48\/Social-Networks-Vkontakte-icon.png",
            "64": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/64\/Social-Networks-Vkontakte-icon.png",
            "72": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/72\/Social-Networks-Vkontakte-icon.png",
            "96": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/96\/Social-Networks-Vkontakte-icon.png",
            "128": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/128\/Social-Networks-Vkontakte-icon.png",
            "256": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/256\/Social-Networks-Vkontakte-icon.png",
            "512": "\/images\/icons.iconarchive.com\/icons\/icons8\/windows-8\/512\/Social-Networks-Vkontakte-icon.png"
        },
        "default_title": "VK Helper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "\/js\/jquery-3.2.1.js",
                "\/node_modules\/utils4js\/utils.js",
                "\/node_modules\/seq-exec\/seq-exec.js",
                "\/js\/VK.js",
                "\/js\/vk-com.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "\/html\/options.html"
}