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.」です。
拡張機能のスクリーンショット
Better Newgrounds Feed拡張機能のCRXファイルをダウンロード
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 |
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" } ] } |