Old Design VK

The extension, which brings back old design of VK

Was ist Old Design VK?

Old Design VK ist eine Chrome-Erweiterung, die von https://kesantielu.github.io/oldvk entwickelt wurde, und ihr Hauptmerkmal ist "The extension, which brings back old design of VK".

Erweiterungsscreenshots

screenshot
screenshot

Old Design VK-Erweiterungs-CRX-Datei herunterladen

Laden Sie Old Design VK-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is in active development, so not all functions are implemented, and errors are possible.                    

Grundlegende Informationen zur Erweiterung

Name Old Design VK Old Design VK
ID enmbidembfifmcpbkknknhcpmmhnmgni
Offizielle URL https://chromewebstore.google.com/detail/old-design-vk/enmbidembfifmcpbkknknhcpmmhnmgni
Beschreibung The extension, which brings back old design of VK
Dateigröße 164 KB
Installationsanzahl 3,968
Aktuelle Version 61.18
Letztes Update 2022-05-20
Veröffentlichungsdatum 2019-12-29
Bewertung 4.61/5 Insgesamt 208 Bewertungen
Entwickler https://kesantielu.github.io/oldvk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kesantielu.github.io/oldvk
Hilfeseite URL https://vk.com/old_vk_style
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Kesantielu Dasefern",
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/lib.js",
            "events.js"
        ]
    },
    "browser_action": {
        "default_icon": "oldvk-48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/vk.com\/notifier.php*",
                "*:\/\/vk.com\/al_*.php*",
                "*:\/\/vk.com\/dev\/*",
                "*:\/\/vk.com\/ads?*",
                "*:\/\/vk.com\/apps?act=manage*",
                "*:\/\/vk.com\/upload_fails.php*",
                "*:\/\/vk.com\/ads_rotate.php*",
                "*:\/\/vk.com\/share.php*",
                "*:\/\/vk.com\/like.php*",
                "*:\/\/vk.com\/adscreate*",
                "*:\/\/vk.com\/wkview.php*",
                "*:\/\/vk.com\/bugs",
                "*:\/\/vk.com\/bugs?*",
                "*:\/\/vk.com\/login.php*",
                "*:\/\/vk.com\/q_frame.php*",
                "*:\/\/vk.com\/login.php*",
                "*:\/\/vk.com\/about*",
                "*:\/\/vk.com\/jobs*",
                "*:\/\/vk.com\/*.svg*",
                "*:\/\/vk.com\/widget_*.php*",
                "*:\/\/vk.com\/data_protection*"
            ],
            "js": [
                "lib\/lib.js",
                "content\/mainStart.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/vk.com\/notifier.php*",
                "*:\/\/vk.com\/al_*.php*",
                "*:\/\/vk.com\/dev\/*",
                "*:\/\/vk.com\/ads?*",
                "*:\/\/vk.com\/apps?act=manage*",
                "*:\/\/vk.com\/upload_fails.php*",
                "*:\/\/vk.com\/ads_rotate.php*",
                "*:\/\/vk.com\/share.php*",
                "*:\/\/vk.com\/like.php*",
                "*:\/\/vk.com\/adscreate*",
                "*:\/\/vk.com\/wkview.php*",
                "*:\/\/vk.com\/bugs",
                "*:\/\/vk.com\/bugs?*",
                "*:\/\/vk.com\/login.php*",
                "*:\/\/vk.com\/q_frame.php*",
                "*:\/\/vk.com\/about*",
                "*:\/\/vk.com\/jobs*",
                "*:\/\/vk.com\/*.svg*",
                "*:\/\/vk.com\/widget_*.php*",
                "*:\/\/vk.com\/data_protection*"
            ],
            "js": [
                "content\/mainEnd.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/kesantielu.github.io\/oldvk",
    "icons": {
        "128": "oldvk-128.png",
        "48": "oldvk-48.png",
        "64": "oldvk-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "*:\/\/vk.com\/*",
        "tabs",
        "storage",
        "notifications"
    ],
    "version": "61.18",
    "web_accessible_resources": [
        "content\/*.css",
        "content\/injectStart.js",
        "content\/injectEnd.js"
    ],
    "applications": {
        "gecko": {
            "id": "{6acba1db-bca7-4dc3-b20e-3230c4f5a54e}",
            "strict_min_version": "48.0",
            "update_url": "https:\/\/kesantielu.github.io\/oldvk\/updates.json"
        }
    }
}