Astrology and Zodiac on Facebook - AstroBook

Are you compatible with your Facebook Friends?

Astrology and Zodiac on Facebook - AstroBook란 무엇입니까?

Astrology and Zodiac on Facebook - AstroBook은(는) http://astrobook.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Are you compatible with your Facebook Friends?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Astrology and Zodiac on Facebook - AstroBook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check zodiac sign compatibility with your Facebook friends in one click.                    

확장 프로그램 기본 정보

이름 Astrology and Zodiac on Facebook - AstroBook Astrology and Zodiac on Facebook - AstroBook
ID aebckailggdgehhppfencdlepmpkhdhn
공식 URL https://chrome.google.com/webstore/detail/astrology-and-zodiac-on-f/aebckailggdgehhppfencdlepmpkhdhn
설명 Are you compatible with your Facebook Friends?
파일 크기 53.01 KB
설치 횟수 99
현재 버전 1.2.5
최근 업데이트 2018-02-05
출시 날짜 2018-02-05
평점 4.00/5 총 4 개의 평점
개발자 http://astrobook.co
결제 유형 free
확장 프로그램 웹 사이트 https://astrobook.co/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Astrology and Zodiac on Facebook - AstroBook",
    "short_name": "AstroBook",
    "description": "Are you compatible with your Facebook Friends?",
    "version": "1.2.5",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "AstroBook"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/astrobook.co\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "app.js"
            ],
            "css": [
                "app.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "web_accessible_resources": [
        "matches.json"
    ]
}