Better Newgrounds Feed

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

Better Newgrounds Feedคืออะไร?

Better Newgrounds Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "An extension which embeds full size artwork directly into the social feed on Newgrounds."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Newgrounds Feed

ดาวน์โหลดไฟล์ส่วนขยาย Better Newgrounds Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}