look into a robots.txt file on websites with a single click.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"minimum_chrome_version": "95",
"author": "Nico Hemkes",
"name": "robots.txt viewer",
"short_name": "robots.txt",
"description": "look into a robots.txt file on websites with a single click.",
"homepage_url": "https://www.robots-viewer.com/",
"version": "1.6.1",
"action": {
"browser_style": true,
"default_title": "robots.txt viewer",
"default_icon": "img/icon_128.png",
"default_popup": "popup.html"
},
"icons": {
"48": "img/icon.png"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https://www.robots-viewer.com/"
]
}