Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 31, 2025.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Temp Inbox - Temporary Email",
"description": "Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.",
"version": "1.1.0",
"manifest_version": 3,
"icons": {
"16": "\/image\/logo-16.png",
"32": "\/image\/logo-32.png",
"48": "\/image\/logo-48.png",
"128": "\/image\/logo-128.png"
},
"host_permissions": [
"*:\/\/*.temp-inbox.com\/*"
],
"permissions": [
"background",
"notifications",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"scripts": "popup.js",
"default_popup": "popup.html",
"default_icon": {
"16": "\/image\/logo-16.png",
"32": "\/image\/logo-32.png",
"48": "\/image\/logo-48.png",
"128": "\/image\/logo-128.png"
}
}
}