Better Newgrounds Feed
An extension which embeds full size artwork directly into the social feed on Newgrounds.
Cos'è Better Newgrounds Feed?
Better Newgrounds Feed è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "An extension which embeds full size artwork directly into the social feed on Newgrounds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Newgrounds Feed
Scarica i file di estensione Better Newgrounds Feed 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
An extension which embeds full size artwork directly into the social feed on Newgrounds. Now embeds image descriptions, and organises posts with many secondary images into a neat multi-column display.
Informazioni di Base sull'Estensione
Nome | Better Newgrounds Feed |
ID | emldjfbleihaiapcapeojadckleeppec |
URL Ufficiale | https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec |
Descrizione | An extension which embeds full size artwork directly into the social feed on Newgrounds. |
Dimensione del File | 97.49 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-08-18 |
Data di Pubblicazione | 2019-08-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "An extension which embeds full size artwork directly into the social feed on Newgrounds.", "manifest_version": 2, "name": "Better Newgrounds Feed", "version": "1.4", "icons": { "16": "BNGF-16.png", "48": "BNGF-48.png", "128": "BNGF-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.newgrounds.com\/social*" ], "js": [ "jquery.js", "contentScript.js" ], "run_at": "document_end" } ] } |