Seerobots
SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com
Seerobots क्या है?
Seerobots claneo-chrome-extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Seerobots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SeeRobots will conveniently show you the information meta robots tag in the head section of the website your are viewing at that moment. Depending on this information colors in the browserbar will change. 1. If the SeeRobots field is all green it means that this page has "index, follow" as robots attributes. 2. If the SeeRobots field is all red it means that this page has "noindex, nofollow" as robots attributes. 3. If the SeeRobots field is green on the left and red on the right it means that this page has "index, nofollow" as robots attributes. 4. If the SeeRobots field is red on the left and green on the right it means that this page has "noindex, follow" as robots attributes.
एक्सटेंशन की मूल जानकारी
नाम | Seerobots |
ID | hnljoiodjfgpnddiekagpbblnjedcnfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/seerobots/hnljoiodjfgpnddiekagpbblnjedcnfp |
विवरण | SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com |
फ़ाइल का आकार | 43.91 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2021-04-27 |
रेटिंग | 4.07/5 कुल 29 रेटिंग्स |
डेवलपर | claneo-chrome-extensions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.claneo.com/de/seerobots/ |
सहायता पृष्ठ URL | https://www.claneo.com/de/seerobots/ |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html", "default_title": "Seerobots", "name": "Seerobots" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png" }, "manifest_version": 3, "name": "Seerobots", "permissions": [ "activeTab" ], "version": "1.9" } |