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文件
下载Girl, I LOVE you!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |