Better Newgrounds Feed

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

Vad är Better Newgrounds Feed?

Better Newgrounds Feed är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "An extension which embeds full size artwork directly into the social feed on Newgrounds.".

Tilläggsskärmbilder

screenshot

Ladda ner Better Newgrounds Feed-förlängningens CRX-fil

Ladda ner Better Newgrounds Feed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Better Newgrounds Feed Better Newgrounds Feed
ID emldjfbleihaiapcapeojadckleeppec
Officiell webbadress https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec
Beskrivning An extension which embeds full size artwork directly into the social feed on Newgrounds.
Filstorlek 97.49 KB
Antal Installationer 140
Aktuell Version 1.4
Senast Uppdaterad 2019-08-18
Publiceringsdatum 2019-08-17
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        }
    ]
}