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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |