Find Your Lucky

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

Find Your Lucky란 무엇입니까?

Find Your Lucky은(는) https://www.findyourlucky.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers"입니다.

확장 프로그램 스크린샷

screenshot

Find Your Lucky 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}