Oh No You Didn't!
Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
What is Oh No You Didn't!?
Oh No You Didn't! is a Chrome extension developed by andrewspode, and its main feature is "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".
Extension Screenshots
Download Oh No You Didn't! Extension CRX File
Download Oh No You Didn't! 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
Chrome has a habit of crashing, often for no real reason. When running a Kiosk, or Digital Signage - the ability the quickly reload the page is essential. This plugin does exactly that. This is not a replacement for correcting problems in the first place (memory leaks especially) and isn't particularly useful in an everyday environment, where you can simply press the refresh button yourself.
Extension Basic Information
Name | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
Official URL | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
Description | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
File Size | 8.27 KB |
Installation Count | 24,620 |
Current Version | 1.0.5 |
Last Updated | 2021-12-15 |
Publish Date | 2019-06-16 |
Rating | 3.31/5 Total 13 Ratings |
Developer | andrewspode |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh No You Didn't!", "version": "1.0.5", "manifest_version": 2, "description": "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.", "homepage_url": "http:\/\/github.com\/unclespode\/ohnoyoudidnt", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/" ] } |