MyLOL Privileged
Get MyLOL Privileged For Free!
MyLOL Privileged란 무엇입니까?
MyLOL Privileged은(는) AnAu Extentions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get MyLOL Privileged For Free!"입니다.
확장 프로그램 스크린샷
MyLOL Privileged 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
So you are on MyLOL? Wouldn't it just be nice to just get to know who viewed you and when people have read your messages? Not have to be worried if someone is too populer to message? Well I think so! To use this extention its really simple. 1) Install the extention. 2) Go to MyLOL and navigate around the site a bit (click a few links for 10 minutes) 3) Log out and back in. 4) Enjoy! If you have any issues please message before leaving a bad review.
확장 프로그램 기본 정보
이름 | MyLOL Privileged |
ID | jjiiccgoklklcppjmiobpncoolfbjmfh |
공식 URL | https://chromewebstore.google.com/detail/mylol-privileged/jjiiccgoklklcppjmiobpncoolfbjmfh |
설명 | Get MyLOL Privileged For Free! |
파일 크기 | 28.09 KB |
설치 횟수 | 214 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-03-19 |
출시 날짜 | 2018-04-15 |
평점 | 4.27/5 총 15 개의 평점 |
개발자 | AnAu Extentions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyLOL Privileged", "version": "1.1", "description": "Get MyLOL Privileged For Free!", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.mylol.com\/*", "https:\/\/mylol.com\/*", "http:\/\/www.mylol.com\/*", "http:\/\/mylol.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.mylol.com\/*", "https:\/\/mylol.com\/*", "http:\/\/www.mylol.com\/*", "http:\/\/mylol.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |