Browser Ghost
Invite a ghost to haunt your browser
Cos'è Browser Ghost?
Browser Ghost è un'estensione di Chrome sviluppata da mrodigheri, e la sua funzione principale è "Invite a ghost to haunt your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser Ghost
Scarica i file di estensione Browser Ghost 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
Bring a friendly ghost to your browser for sporadic, brief moments. You never know when or where he'll pop up! He's here and then he's gone... Informazioni di Base sull'Estensione
| Nome | |
| ID | pgkfdknjaidahdoiodilffcnafbfffjo |
| URL Ufficiale | https://chromewebstore.google.com/detail/browser-ghost/pgkfdknjaidahdoiodilffcnafbfffjo |
| Descrizione | Invite a ghost to haunt your browser |
| Dimensione del File | 450 KB |
| Conteggio Installazioni | 10,163 |
| Versione Corrente | 1.2.2 |
| Ultimo Aggiornamento | 2018-11-12 |
| Data di Pubblicazione | 2018-11-11 |
| Valutazione | 3.00/5 Totale 22 Valutazioni |
| Sviluppatore | mrodigheri |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.mattrodigheri.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Browser Ghost",
"version": "1.2.2",
"manifest_version": 2,
"description": "Invite a ghost to haunt your browser",
"homepage_url": "http:\/\/www.mattrodigheri.com",
"icons": {
"16": "ghost16.png",
"48": "ghost48.png",
"128": "ghost.png"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |