Girl, I LOVE you!
Remind you that you are a wonderful person!
What is Girl, I LOVE you!?
Girl, I LOVE you! is a Chrome extension developed by Oliver Jesberger, and its main feature is "Remind you that you are a wonderful person!".
Extension Screenshots
Download Girl, I LOVE you! Extension CRX File
Download Girl, I LOVE you! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fgjmnendcpjfallanhfonejlajihhiej |
Official URL | https://chrome.google.com/webstore/detail/girl-i-love-you/fgjmnendcpjfallanhfonejlajihhiej |
Description | Remind you that you are a wonderful person! |
File Size | 158 KB |
Installation Count | 128 |
Current Version | 1.1 |
Last Updated | 2018-01-31 |
Publish Date | 2018-01-31 |
Rating | 3.67/5 Total 9 Ratings |
Developer | Oliver Jesberger |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |