Head of SEO tools
Расширение работает только на сайте wordstat.yandex.ru
What is Head of SEO tools?
Head of SEO tools is a Chrome extension developed by https://headofseo.ru, and its main feature is "Расширение работает только на сайте wordstat.yandex.ru".
Extension Screenshots
Download Head of SEO tools Extension CRX File
Download Head of SEO tools 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
Расширение, позволяющее значительно ускорить сбор фраз с помощью сервиса подбора слов Яндекс (wordstat)
Extension Basic Information
Name | Head of SEO tools |
ID | joefdfnfneiocmogkbjonbdjdhjhjlgd |
Official URL | https://chromewebstore.google.com/detail/head-of-seo-tools/joefdfnfneiocmogkbjonbdjdhjhjlgd |
Description | Расширение работает только на сайте wordstat.yandex.ru |
File Size | 38.15 KB |
Installation Count | 324 |
Current Version | 2.1 |
Last Updated | 2023-03-07 |
Publish Date | 2023-02-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://headofseo.ru |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |