Offline when Minimized Firefox

Examine source code of Offline when Minimized

Por: matroshka
Inspect and view changes in Offline when Minimized source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
// manifest.json
// First created on 2019-09-20.

{
	"manifest_version": 2,
	"name": "MinimizedOffline",
	"version": "0.8.1",

	"description": "Blocks all connections when the browser window is minimized. The request is blocked if its parent window is minimized.",
	
  "permissions": [
  	"*://*/*",
    "webRequest",
  	"webRequestBlocking"
	],
  
  
	"background": {
		"scripts": ["MinimizedOffline-bgScript.js"]
  }
}

Mejores alternativas Offline when Minimized

Aquí hay algunas Firefox add-ons que son similares a Offline when Minimized: