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 |
官方網址 | 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" } } |