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