Better Newgrounds Feed

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

Better Newgrounds Feed란 무엇입니까?

Better Newgrounds Feed은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension which embeds full size artwork directly into the social feed on Newgrounds."입니다.

확장 프로그램 스크린샷

screenshot

Better Newgrounds Feed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}