Invitify

A Google Chrome extension to invite all your Facebook friends to like any Facebook page

Wat is Invitify?

Invitify is een Chrome-extensie ontwikkeld door https://aakash-cr7.github.io/invitify, en de belangrijkste functie is "A Google Chrome extension to invite all your Facebook friends to like any Facebook page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Invitify

Download Invitify-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

                        A Google Chrome extension to invite all your Facebook friends to like any Facebook page.                    

Basisinformatie over de Extensie

Naam Invitify Invitify
ID boldhogipkbpcaleacilidonmlchcnbh
Officiële URL https://chromewebstore.google.com/detail/invitify/boldhogipkbpcaleacilidonmlchcnbh
Beschrijving A Google Chrome extension to invite all your Facebook friends to like any Facebook page
Bestandsgrootte 20.98 KB
Aantal Installaties 170
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-06-15
Publicatiedatum 2016-06-14
Beoordeling 2.83/5 Totaal 6 Beoordelingen
Ontwikkelaar https://aakash-cr7.github.io/invitify
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://aakash-cr7.github.io/invitify/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invitify",
    "description": "A Google Chrome extension to invite all your Facebook friends to like any Facebook page",
    "version": "1.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Invite Friends"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}