Heroku Dyno Hacker
Keep your Heroku websites active as long as your browser is running.
What is Heroku Dyno Hacker?
Heroku Dyno Hacker is a Chrome extension developed by jprince, and its main feature is "Keep your Heroku websites active as long as your browser is running.".
Extension Screenshots
Download Heroku Dyno Hacker Extension CRX File
Download Heroku Dyno Hacker 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
Do you find it frustrating that your newly minted website hosted on Heroku takes 10 seconds to load up? Eliminate that time by keeping your website up and running at all times with the Heroku Dyno Hacker extension.
Extension Basic Information
Name | Heroku Dyno Hacker |
ID | okmfohpbfflfplanifgohajkooijjcka |
Official URL | https://chromewebstore.google.com/detail/heroku-dyno-hacker/okmfohpbfflfplanifgohajkooijjcka |
Description | Keep your Heroku websites active as long as your browser is running. |
File Size | 34.29 KB |
Installation Count | 34 |
Current Version | 1.3 |
Last Updated | 2019-10-14 |
Publish Date | 2019-10-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jprince |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Heroku Dyno Hacker", "version": "1.3", "manifest_version": 2, "description": "Keep your Heroku websites active as long as your browser is running.", "icons": { "16": "images\/dynohacker-logo-16.png", "48": "images\/dynohacker-logo-48.png", "128": "images\/dynohacker-logo-128.png" }, "browser_action": { "default_icon": "images\/full-capsule-19.png", "default_popup": "popup.html", "default_title": "Security Popup" }, "background": { "scripts": [ "background.js" ] } } |