Astrology and Zodiac on Facebook - AstroBook

Are you compatible with your Facebook Friends?

What is Astrology and Zodiac on Facebook - AstroBook?

Astrology and Zodiac on Facebook - AstroBook is a Chrome extension developed by http://astrobook.co, and its main feature is "Are you compatible with your Facebook Friends?".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Astrology and Zodiac on Facebook - AstroBook Extension CRX File

Download Astrology and Zodiac on Facebook - AstroBook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Astrology and Zodiac on Facebook - AstroBook Astrology and Zodiac on Facebook - AstroBook
ID aebckailggdgehhppfencdlepmpkhdhn
Official URL https://chrome.google.com/webstore/detail/astrology-and-zodiac-on-f/aebckailggdgehhppfencdlepmpkhdhn
Description Are you compatible with your Facebook Friends?
File Size 53.01 KB
Installation Count 99
Current Version 1.2.5
Last Updated 2018-02-05
Publish Date 2018-02-05
Rating 4.00/5 Total 4 Ratings
Developer http://astrobook.co
Payment Type free
Extension Website https://astrobook.co/
Supported Languages 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"
    ]
}