Better Newgrounds Feed
An extension which embeds full size artwork directly into the social feed on Newgrounds.
Better Newgrounds Feed là gì?
Better Newgrounds Feed là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "An extension which embeds full size artwork directly into the social feed on Newgrounds.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Newgrounds Feed
Tải xuống các tệp mở rộng Better Newgrounds Feed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Newgrounds Feed |
ID | emldjfbleihaiapcapeojadckleeppec |
URL Chính Thức | https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec |
Mô tả | An extension which embeds full size artwork directly into the social feed on Newgrounds. |
Kích Thước Tệp | 97.49 KB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-08-18 |
Ngày Phát Hành | 2019-08-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |