AiK SEO Bar

Расширение для базовых нужд SEO

What is AiK SEO Bar?

AiK SEO Bar is a Chrome extension developed by https://www.shkondin.ru, and its main feature is "Расширение для базовых нужд SEO".

Extension Screenshots

screenshot

Download AiK SEO Bar Extension CRX File

Download AiK SEO Bar 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

                        Добавляет нумерацию к SERP Яндекса и Google, подсвечивает rel=nofollow и ссылки в блоках noindex. Позволяет передавать адрес текущей страницы или домена на анализ в различные сервисы, как то:
SimilarWeb,
MegaIndex,
Be1,
Google Page Speed,
а так же позволяет проверить присутствие страницы в индексе Яндекса или Гугля,  получить список всех проиндексированных страниц домена.                    

Extension Basic Information

Name AiK SEO Bar AiK SEO Bar
ID giahfngjojbibjoahncploiadeaabbpe
Official URL https://chromewebstore.google.com/detail/aik-seo-bar/giahfngjojbibjoahncploiadeaabbpe
Description Расширение для базовых нужд SEO
File Size 36.05 KB
Installation Count 89
Current Version 0.2.2
Last Updated 2022-10-26
Publish Date 2017-04-29
Rating 5.00/5 Total 1 Ratings
Developer https://www.shkondin.ru
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0431\u0430\u0437\u043e\u0432\u044b\u0445 \u043d\u0443\u0436\u0434 SEO",
    "manifest_version": 3,
    "name": "AiK SEO Bar",
    "author": "Artyem V Shkondin",
    "version": "0.2.2",
    "homepage_url": "http:\/\/www.shkondin.ru\/seobar",
    "icons": {
        "48": "icons\/seobar_icon_48.png",
        "96": "icons\/seobar_icon_96.png",
        "128": "icons\/seobar_icon_128.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": {
            "20": "icons\/pageinfo.png"
        },
        "default_title": "SEO \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435",
        "default_popup": "popup\/pageinfo.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "noindex.css"
            ]
        }
    ]
}