Roblox LMaD Forum+
Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…
什么是Roblox LMaD Forum+?
Roblox LMaD Forum+是由Developmentals开发的Chrome扩展程序,该扩展的主要功能是“Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…”。
扩展截图
下载Roblox LMaD Forum+扩展crx文件
下载Roblox LMaD Forum+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline' and allows you to post when it's clicked. Just for those lazy people, may add a new theme. Added ghostbumping
扩展基本信息
名称 | Roblox LMaD Forum+ |
ID | kndacjhnpeocfgcflefoakfnegadncna |
官方URL | https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna |
简介 | Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'… |
文件大小 | 32.7 KB |
安装次数 | 3,758 |
当前版本 | 2 |
更新时间 | 2014-06-26 |
上架时间 | 2014-06-26 |
评分 | 3.31/5 共13次评分 |
开发者 | Developmentals |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js" ], "matches": [ "http:\/\/www.roblox.com\/Forum\/ShowPost.aspx?PostID=*" ] } ], "manifest_version": 2, "name": "Roblox LMaD Forum+", "permissions": [ "http:\/\/www.roblox.com\/", "http:\/\/web.roblox.com\/" ], "version": "2" } |