Girl, I LOVE you!
Remind you that you are a wonderful person!
Qu'est-ce que Girl, I LOVE you! ?
Girl, I LOVE you! est une extension Chrome développée par Oliver Jesberger, et sa fonction principale est "Remind you that you are a wonderful person!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Girl, I LOVE you!
Téléchargez les fichiers d'extension Girl, I LOVE you! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fgjmnendcpjfallanhfonejlajihhiej |
URL Officiel | https://chrome.google.com/webstore/detail/girl-i-love-you/fgjmnendcpjfallanhfonejlajihhiej |
Description | Remind you that you are a wonderful person! |
Taille du Fichier | 158 KB |
Nombre d'Installations | 128 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-01-31 |
Date de Publication | 2018-01-31 |
Évaluation | 3.67/5 Total 9 Évaluations |
Développeur | Oliver Jesberger |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |