Invite All Pages

Extensão para enviar convites no Facebook.

What is Invite All Pages?

Invite All Pages is a Chrome extension developed by Frederico Sampaio, and its main feature is "Extensão para enviar convites no Facebook.".

Extension Screenshots

screenshot

Download Invite All Pages Extension CRX File

Download Invite All Pages 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

                        Extensão para enviar convite no Facebook.                    

Extension Basic Information

Name Invite All Pages Invite All Pages
ID kjnokfjcoepdlogddikdcaohodpahohg
Official URL https://chrome.google.com/webstore/detail/invite-all-pages/kjnokfjcoepdlogddikdcaohodpahohg
Description Extensão para enviar convites no Facebook.
File Size 8.39 KB
Installation Count 23
Current Version 1.1
Last Updated 2019-07-15
Publish Date 2019-07-15
Developer Frederico Sampaio
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invite All Pages",
    "description": "Extens\u00e3o para enviar convites no Facebook.",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}