Astrology and Zodiac on Facebook - AstroBook

Are you compatible with your Facebook Friends?

Was ist Astrology and Zodiac on Facebook - AstroBook?

Astrology and Zodiac on Facebook - AstroBook ist eine Chrome-Erweiterung, die von http://astrobook.co entwickelt wurde, und ihr Hauptmerkmal ist "Are you compatible with your Facebook Friends?".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Astrology and Zodiac on Facebook - AstroBook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Astrology and Zodiac on Facebook - AstroBook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Astrology and Zodiac on Facebook - AstroBook Astrology and Zodiac on Facebook - AstroBook
ID aebckailggdgehhppfencdlepmpkhdhn
Offizielle URL https://chrome.google.com/webstore/detail/astrology-and-zodiac-on-f/aebckailggdgehhppfencdlepmpkhdhn
Beschreibung Are you compatible with your Facebook Friends?
Dateigröße 53.01 KB
Installationsanzahl 99
Aktuelle Version 1.2.5
Letztes Update 2018-02-05
Veröffentlichungsdatum 2018-02-05
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler http://astrobook.co
Zahlungsart free
Erweiterungswebsite https://astrobook.co/
Unterstützte Sprachen 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"
    ]
}