Znanija.com старый дизайн

Возвращает старую шапку сайта

What is Znanija.com старый дизайн?

Znanija.com старый дизайн is a Chrome extension developed by m0nclous, and its main feature is "Возвращает старую шапку сайта".

Download Znanija.com старый дизайн Extension CRX File

Download Znanija.com старый дизайн extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Znanija.com старый дизайн Znanija.com старый дизайн
ID phdgpefmgkhohoaiaobhkejajomkfbdm
Official URL https://chrome.google.com/webstore/detail/znanijacom-%D1%81%D1%82%D0%B0%D1%80%D1%8B%D0%B9-%D0%B4%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD/phdgpefmgkhohoaiaobhkejajomkfbdm
Description Возвращает старую шапку сайта
File Size 18.9 KB
Installation Count 21
Current Version 0.0.1
Last Updated 2018-01-31
Publish Date 2018-01-31
Developer m0nclous
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Znanija.com \u0441\u0442\u0430\u0440\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d",
    "version": "0.0.1",
    "description": "\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0441\u0442\u0430\u0440\u0443\u044e \u0448\u0430\u043f\u043a\u0443 \u0441\u0430\u0439\u0442\u0430",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/znanija.com\/*",
                "https:\/\/znanija.com\/*"
            ],
            "css": [
                "head.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "znanija.com old header",
        "default_popup": "a.html"
    }
}