NINF - NoIndex NoFollow Meta Tag Indicator
Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.
What is NINF - NoIndex NoFollow Meta Tag Indicator?
NINF - NoIndex NoFollow Meta Tag Indicator is a Chrome extension developed by Graphitas, and its main feature is "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.".
Extension Screenshots
Download NINF - NoIndex NoFollow Meta Tag Indicator Extension CRX File
Download NINF - NoIndex NoFollow Meta Tag Indicator 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
This is a simple indicator to show if the page you are on has been set to NoIndex, NoFollow or both set in the meta tag. If the page has neither, an OK will be shown to indicate that the page can be indexed and followed.
Extension Basic Information
Name | NINF - NoIndex NoFollow Meta Tag Indicator |
ID | abmibicdigagalgcbmbbncegddefhkaf |
Official URL | https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf |
Description | Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none. |
File Size | 20.5 KB |
Installation Count | 526 |
Current Version | 1.0.2 |
Last Updated | 2022-04-27 |
Publish Date | 2019-10-09 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Graphitas |
[email protected] | |
Payment Type | free |
Extension Website | https://www.graphitas.co.uk |
Help Page URL | https://www.graphitas.co.uk |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NINF - NoIndex NoFollow Meta Tag Indicator", "description": "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.", "version": "1.0.2", "author": "Steve Tucker", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |