MYGNRFORUM (Izzy Banner)
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner
Cos'è MYGNRFORUM (Izzy Banner)?
MYGNRFORUM (Izzy Banner) è un'estensione di Chrome sviluppata da chopaway, e la sua funzione principale è "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MYGNRFORUM (Izzy Banner)
Scarica i file di estensione MYGNRFORUM (Izzy Banner) 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
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner. Also inserts Izzys Twitter feed into the mygnrforum homepage sidebar.
Informazioni di Base sull'Estensione
Nome | |
ID | ppfkfjdpnecifanpaehghbnmjjblbamh |
URL Ufficiale | https://chromewebstore.google.com/detail/mygnrforum-izzy-banner/ppfkfjdpnecifanpaehghbnmjjblbamh |
Descrizione | Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner |
Dimensione del File | 58.42 KB |
Conteggio Installazioni | 0 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-04-07 |
Data di Pubblicazione | 2017-04-05 |
Sviluppatore | chopaway |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "mygnrforumizzy", "name": "MYGNRFORUM (Izzy Banner)", "version": "1.0", "description": "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner", "author": "@chopaway", "content_scripts": [ { "css": [ "izzy.css" ], "matches": [ "*:\/\/www.mygnrforum.com\/*" ], "js": [ "jquery.js", "izzy.js" ], "run_at": "document_start", "all_frames": false } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |