Better Newgrounds Feed

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

Better Newgrounds Feed क्या है?

Better Newgrounds Feed Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension which embeds full size artwork directly into the social feed on Newgrounds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Newgrounds Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Better Newgrounds Feed Better Newgrounds Feed
ID emldjfbleihaiapcapeojadckleeppec
आधिकारिक URL https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec
विवरण An extension which embeds full size artwork directly into the social feed on Newgrounds.
फ़ाइल का आकार 97.49 KB
स्थापना संख्या 140
वर्तमान संस्करण 1.4
अंतिम अपडेट 2019-08-18
प्रकाशन तिथि 2019-08-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}