Refresh503
Multitabs clicks
What is Refresh503?
Refresh503 is a Chrome extension developed by Err Samir, and its main feature is "Multitabs clicks".
Extension Screenshots
Download Refresh503 Extension CRX File
Download Refresh503 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
this chrome extension permit to reload the current tab if you get the 503 error (service unvailable)
Extension Basic Information
Name | Refresh503 |
ID | dihnhnflildoofkobdaolilgbkafpbpc |
Official URL | https://chromewebstore.google.com/detail/refresh503/dihnhnflildoofkobdaolilgbkafpbpc |
Description | Multitabs clicks |
File Size | 62.62 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2021-01-08 |
Publish Date | 2020-12-15 |
Developer | Err Samir |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refresh503", "description": "Multitabs clicks", "version": "1.0", "browser_action": { "default_icon": "128.png", "default_title": "RecursiveClicker" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [], "background": { "scripts": [ "observer.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "html2canvas.min.js", "stepper.js" ] } ] } |