Astrology and Zodiac on Facebook - AstroBook

Are you compatible with your Facebook Friends?

Wat is Astrology and Zodiac on Facebook - AstroBook?

Astrology and Zodiac on Facebook - AstroBook is een Chrome-extensie ontwikkeld door http://astrobook.co, en de belangrijkste functie is "Are you compatible with your Facebook Friends?".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Astrology and Zodiac on Facebook - AstroBook

Download Astrology and Zodiac on Facebook - AstroBook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Astrology and Zodiac on Facebook - AstroBook Astrology and Zodiac on Facebook - AstroBook
ID aebckailggdgehhppfencdlepmpkhdhn
Officiële URL https://chrome.google.com/webstore/detail/astrology-and-zodiac-on-f/aebckailggdgehhppfencdlepmpkhdhn
Beschrijving Are you compatible with your Facebook Friends?
Bestandsgrootte 53.01 KB
Aantal Installaties 99
Huidige Versie 1.2.5
Laatst Bijgewerkt 2018-02-05
Publicatiedatum 2018-02-05
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://astrobook.co
Betalingswijze free
Extensiewebsite https://astrobook.co/
Ondersteunde Talen 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"
    ]
}