Better Newgrounds Feed

An extension which embeds full size artwork directly into the social feed on Newgrounds.

What is Better Newgrounds Feed?

Better Newgrounds Feed is a Chrome extension developed by Unknown, and its main feature is "An extension which embeds full size artwork directly into the social feed on Newgrounds.".

Extension Screenshots

screenshot

Download Better Newgrounds Feed Extension CRX File

Download Better Newgrounds Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Better Newgrounds Feed Better Newgrounds Feed
ID emldjfbleihaiapcapeojadckleeppec
Official URL https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec
Description An extension which embeds full size artwork directly into the social feed on Newgrounds.
File Size 97.49 KB
Installation Count 140
Current Version 1.4
Last Updated 2019-08-18
Publish Date 2019-08-17
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}