Better Newgrounds Feed
An extension which embeds full size artwork directly into the social feed on Newgrounds.
Wat is Better Newgrounds Feed?
Better Newgrounds Feed is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "An extension which embeds full size artwork directly into the social feed on Newgrounds.".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Newgrounds Feed
Download Better Newgrounds Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Better Newgrounds Feed |
ID | emldjfbleihaiapcapeojadckleeppec |
Officiële URL | https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec |
Beschrijving | An extension which embeds full size artwork directly into the social feed on Newgrounds. |
Bestandsgrootte | 97.49 KB |
Aantal Installaties | 140 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-08-18 |
Publicatiedatum | 2019-08-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |