Girl, I LOVE you!
Remind you that you are a wonderful person!
Girl, I LOVE you!란 무엇입니까?
Girl, I LOVE you!은(는) Oliver Jesberger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remind you that you are a wonderful person!"입니다.
확장 프로그램 스크린샷
Girl, I LOVE you! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Baby, you are wonderful! If you are feeling down, just click on the heart and get TRUE FACTS about YOU to feel INSTANTLY WONDERFUL, like the way you are. In the options, you can change the language to german, italiano or back english.
확장 프로그램 기본 정보
이름 | |
ID | fgjmnendcpjfallanhfonejlajihhiej |
공식 URL | https://chrome.google.com/webstore/detail/girl-i-love-you/fgjmnendcpjfallanhfonejlajihhiej |
설명 | Remind you that you are a wonderful person! |
파일 크기 | 158 KB |
설치 횟수 | 128 |
현재 버전 | 1.1 |
최근 업데이트 | 2018-01-31 |
출시 날짜 | 2018-01-31 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | Oliver Jesberger |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1", "permissions": [ "http:\/\/ojes.de\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "icons": { "16": "img\/heart-icon.png", "48": "img\/heart-icon.png", "128": "img\/heart-icon.png" }, "browser_action": { "default_icon": "img\/heart-icon.png", "default_popup": "popup.html" } } |