Стартовая страница от PANDO4KA

Стартовая страница где все расположенно на одной странице! Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые…

Wat is Стартовая страница от PANDO4KA?

Стартовая страница от PANDO4KA is een Chrome-extensie ontwikkeld door http://pandasearch.info, en de belangrijkste functie is "Стартовая страница где все расположенно на одной странице! Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Стартовая страница от PANDO4KA

Download Стартовая страница от PANDO4KA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Стартовая страница где все расположенно на одной странице!
Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые популярные сайты.                    

Basisinformatie over de Extensie

Naam Стартовая страница от PANDO4KA Стартовая страница от PANDO4KA
ID lnfhngeohhhgppmneekcgmoionccdklb
Officiële URL https://chrome.google.com/webstore/detail/%D1%81%D1%82%D0%B0%D1%80%D1%82%D0%BE%D0%B2%D0%B0%D1%8F-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0-%D0%BE%D1%82-pan/lnfhngeohhhgppmneekcgmoionccdklb
Beschrijving Стартовая страница где все расположенно на одной странице! Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые…
Bestandsgrootte 103 KB
Aantal Installaties 490
Huidige Versie 1.2.2
Laatst Bijgewerkt 2017-03-10
Publicatiedatum 2017-03-10
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar http://pandasearch.info
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "name": "\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0442 PANDO4KA",
    "short_name": "\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0442 PANDO4KA",
    "description": "",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/icons\/action.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_all.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "history",
        "activeTab",
        ""
    ],
    "version": "1.2.2",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pandasearch.dev\/*",
            "*:\/\/*.pandasearch.info\/*"
        ]
    }
}