Find Your Lucky

Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers

Τι είναι το Find Your Lucky;

Το Find Your Lucky είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.findyourlucky.com, και η κύρια λειτουργία του είναι "Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Find Your Lucky

Λήψη αρχείων επέκτασης Find Your Lucky σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Find Your Lucky Everyday

- Free Daily Horoscopes
- Find your Lucky Numbers
- Yes/No Oracle
- Marriage Compatibility Test
- Love Compatibility Test
- Friendship Compatibility Test
- Co-worker Compatibility Test
- Full Compatibility Test
- Check your Skills Everyday
- Lucky Names and Baby Names

FindYourLucky is a project to help people learn more about themselves and so to help build a path to get lucky with an easy way to their lives. Everyone talked about luck at some point in our lives.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Find Your Lucky Find Your Lucky
ID cegbnpjngilaaeblodfmkgflgfdecefi
Επίσημο URL https://chromewebstore.google.com/detail/find-your-lucky/cegbnpjngilaaeblodfmkgflgfdecefi
Περιγραφή Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers
Μέγεθος Αρχείου 162 KB
Αριθμός Εγκαταστάσεων 576
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2016-07-15
Ημερομηνία Δημοσίευσης 2016-07-15
Αξιολόγηση 4.18/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://www.findyourlucky.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.findyourlucky.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.findyourlucky.com/contact-us.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find Your Lucky",
    "description": "Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers",
    "version": "1.2.3",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "hideInstallBtn.js"
            ],
            "matches": [
                "http:\/\/www.findyourlucky.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "findyourlucky-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "http:\/\/www.findyourlucky.com\/*"
    ],
    "icons": {
        "16": "findyourlucky.png",
        "48": "findyourlucky-48.png",
        "128": "findyourlucky-128.png"
    }
}