GitHub Danger Zone Destroyer
Kill your danger zone, and let's go back quickly to the safe home
Cos'è GitHub Danger Zone Destroyer?
GitHub Danger Zone Destroyer è un'estensione di Chrome sviluppata da Pine Mizune, e la sua funzione principale è "Kill your danger zone, and let's go back quickly to the safe home".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Danger Zone Destroyer
Scarica i file di estensione GitHub Danger Zone Destroyer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Hide your GitHub's danger zone.
Informazioni di Base sull'Estensione
Nome | GitHub Danger Zone Destroyer |
ID | jiffmbnbcpjlafmhlfoaffnocfgpcjkl |
URL Ufficiale | https://chromewebstore.google.com/detail/github-danger-zone-destro/jiffmbnbcpjlafmhlfoaffnocfgpcjkl |
Descrizione | Kill your danger zone, and let's go back quickly to the safe home |
Dimensione del File | 16.12 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2017-09-15 |
Data di Pubblicazione | 2017-09-15 |
Sviluppatore | Pine Mizune |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Danger Zone Destroyer", "description": "Kill your danger zone, and let's go back quickly to the safe home", "author": "Pine Mizune", "homepage_url": "https:\/\/github.com\/pine\/GitHub-DangerZone-Destroyer", "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "0.4.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "css": [ "content_scripts.css" ], "js": [ "content_scripts.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "*:\/\/github.com\/*" ], "web_accessible_resources": [] } |