Head of SEO tools

Расширение работает только на сайте wordstat.yandex.ru

Cos'è Head of SEO tools?

Head of SEO tools è un'estensione di Chrome sviluppata da https://headofseo.ru, e la sua funzione principale è "Расширение работает только на сайте wordstat.yandex.ru".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Head of SEO tools

Scarica i file di estensione Head of SEO tools 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

                        Расширение, позволяющее значительно ускорить сбор фраз с помощью сервиса подбора слов Яндекс (wordstat)                    

Informazioni di Base sull'Estensione

Nome Head of SEO tools Head of SEO tools
ID joefdfnfneiocmogkbjonbdjdhjhjlgd
URL Ufficiale https://chromewebstore.google.com/detail/head-of-seo-tools/joefdfnfneiocmogkbjonbdjdhjhjlgd
Descrizione Расширение работает только на сайте wordstat.yandex.ru
Dimensione del File 38.15 KB
Conteggio Installazioni 324
Versione Corrente 2.1
Ultimo Aggiornamento 2023-03-07
Data di Pubblicazione 2023-02-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://headofseo.ru
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Head of SEO tools",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 wordstat.yandex.ru",
    "version": "2.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "scripting"
    ],
    "icons": {
        "128": "128.png",
        "16": "128.png",
        "32": "128.png",
        "48": "128.png"
    },
    "host_permissions": [
        "*:\/\/wordstat.yandex.ru\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/wordstat.yandex.ru\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "insert.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/wordstat.yandex.ru\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}