Blitzortung always active
This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.
What is Blitzortung always active?
Blitzortung always active is a Chrome extension developed by Bruno Duyé, and its main feature is "This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.".
Download Blitzortung always active Extension CRX File
Download Blitzortung always active 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
Extension Basic Information
Name | |
ID | mgghfmdambibgioeeiclkclkaljlcanp |
Official URL | https://chrome.google.com/webstore/detail/blitzortung-always-active/mgghfmdambibgioeeiclkclkaljlcanp |
Description | This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access. |
File Size | 4.44 KB |
Installation Count | 38 |
Current Version | 0.1 |
Last Updated | 2015-08-14 |
Publish Date | 2015-08-14 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Bruno Duyé |
Payment Type | free |
Extension Website | https://github.com/brunetton/blitzortung-disable_window.onblur-chrome_extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blitzortung always active", "author": "Bruno Duy\u00e9", "description": "This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.", "version": "0.1", "icons": { "128": "light.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.blitzortung.org\/*" ], "js": [ "removal.js" ] } ], "web_accessible_resources": [ "removal.js" ] } |