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