Reload crashed
Auto reload crashed tabs.
What is Reload crashed?
Reload crashed is a Chrome extension developed by thamjtuyettuong, and its main feature is "Auto reload crashed tabs.".
Extension Screenshots
Download Reload crashed Extension CRX File
Download Reload crashed 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
An extension helps to stay productive. When some tab crashs an extension reloads it.
Extension Basic Information
Name | Reload crashed |
ID | mdnfjifdpbngbbpcbbfhiponchflmijm |
Official URL | https://chromewebstore.google.com/detail/reload-crashed/mdnfjifdpbngbbpcbbfhiponchflmijm |
Description | Auto reload crashed tabs. |
File Size | 10.56 KB |
Installation Count | 67 |
Current Version | 1.2 |
Last Updated | 2021-06-21 |
Publish Date | 2021-06-20 |
Developer | thamjtuyettuong |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload crashed", "description": "Auto reload crashed tabs.", "version": "1.2", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Reload crashed", "default_icon": "icon.png" }, "background": { "scripts": [ "bg.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |