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 هو إضافة Chrome تم تطويرها بواسطة https://fruition.net، والميزة الرئيسية لها هي "Alerts you when a site is noindexed via x-robots, meta tag noindex and robots disallow. Built by FRUITION.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Noindex Alerter

قم بتنزيل ملفات الامتداد Noindex Alerter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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"
    ]
}