Noindex Alerter

Alerts you when a site is noindexed via x-robots, meta tag noindex and robots disallow. Built by FRUITION.

Noindex Alerterとは何ですか?

Noindex Alerterはhttps://fruition.netによって開発されたChromeの拡張機能で、その主な機能は「Alerts you when a site is noindexed via x-robots, meta tag noindex and robots disallow. Built by FRUITION.」です。

拡張機能のスクリーンショット

screenshot

Noindex Alerter拡張機能のCRXファイルをダウンロード

Noindex Alerter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension provides a Google Chrome Notification if you visit a website that is issuing a noindex directive through an X-Robots-Tag, a robots.txt disallow, and or a meta tag noindex.

This extension uses Chrome Notifications. Some Windows 10 machines have notifications turned off. For this extension to work you have to turn on "Get notifications from apps and other senders" in Settings > Notifications & actions.

You will get positive results for some cdns and some ajax which should be noindexed i.e. a false positive. In some instances cdns incorrectly exclude images.                    

拡張機能の基本情報

名前 Noindex Alerter Noindex Alerter
ID ehbhjonpgdlegenahbadgbpafopcncii
公式URL https://chromewebstore.google.com/detail/noindex-alerter/ehbhjonpgdlegenahbadgbpafopcncii
説明 Alerts you when a site is noindexed via x-robots, meta tag noindex and robots disallow. Built by FRUITION.
ファイルサイズ 14.77 KB
インストール数 105
現在のバージョン 0.0.3
最終更新日 2020-01-13
公開日 2020-01-10
開発者 https://fruition.net
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://fruition.net/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noindex Alerter",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Alerts you when a site is noindexed via x-robots, meta tag noindex and robots disallow. Built by FRUITION.",
    "homepage_url": "https:\/\/fruition.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "",
        "notifications",
        "activeTab"
    ]
}