Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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\/"
]
}