My Reload Button
Add Reload button
What is My Reload Button?
My Reload Button is a Chrome extension developed by art, and its main feature is "Add Reload button".
Extension Screenshots
Download My Reload Button Extension CRX File
Download My Reload Button 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
Go/Reload button
Extension Basic Information
Name | My Reload Button |
ID | enljbahijigkmdlagadnkokcjgnkainm |
Official URL | https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm |
Description | Add Reload button |
File Size | 17.66 KB |
Installation Count | 32 |
Current Version | 1.0.0 |
Last Updated | 2019-11-14 |
Publish Date | 2019-11-12 |
Rating | 4.00/5 Total 2 Ratings |
Developer | art |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Go" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "manifest_version": 2, "name": "My Reload Button", "description": "Add Reload button", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |