Find Your Lucky
Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers
Co to jest Find Your Lucky?
Find Your Lucky to rozszerzenie Chrome opracowane przez https://www.findyourlucky.com, a jego główną funkcją jest „Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Find Your Lucky
Pobierz pliki rozszerzeń Find Your Lucky w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | cegbnpjngilaaeblodfmkgflgfdecefi | 
| Oficjalny URL | https://chromewebstore.google.com/detail/find-your-lucky/cegbnpjngilaaeblodfmkgflgfdecefi | 
| Opis | Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers | 
| Rozmiar pliku | 162 KB | 
| Liczba instalacji | 576 | 
| Aktualna Wersja | 1.2.3 | 
| Ostatnia Aktualizacja | 2016-07-15 | 
| Data Publikacji | 2016-07-15 | 
| Ocena | 4.18/5 Łącznie 11 Oceny | 
| Deweloper | https://www.findyourlucky.com | 
| Typ Płatności | free | 
| Strona Rozszerzenia | http://www.findyourlucky.com | 
| Adres URL Strony Pomocy | http://www.findyourlucky.com/contact-us.html | 
| Obsługiwane Języki | 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"
    }
}  |  |