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.”。
擴展截圖
下載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 |
ID | ehbhjonpgdlegenahbadgbpafopcncii |
官方網址 | 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 |
隱私政策頁面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", " |