MyLOL
Mylol notifications
MyLOL란 무엇입니까?
MyLOL은(는) https://www.mylol.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mylol notifications"입니다.
확장 프로그램 스크린샷
MyLOL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mylol is currently the #1 teen dating site in the US, Australia, UK and Canada. We are proud to have a teen dating mobile app. Join now and meet thousands of teenagers like you!
확장 프로그램 기본 정보
이름 | MyLOL |
ID | boainhhhcmhcelnbmonhjmoihgoilhne |
공식 URL | https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne |
설명 | Mylol notifications |
파일 크기 | 147 KB |
설치 횟수 | 267 |
현재 버전 | 1.4 |
최근 업데이트 | 2015-01-07 |
출시 날짜 | 2015-01-07 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://www.mylol.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "MyLOL", "description": "Mylol notifications", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "mylol_icon.png", "default_popup": "mylol-extension.html" }, "background": { "scripts": [ "background-v1.04.js" ], "persistent": false }, "permissions": [ "notifications", "tabs", "http:\/\/*\/*" ] } |