Zapptales

With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…

What is Zapptales?

Zapptales is a Chrome extension developed by http://zapptales.com, and its main feature is "With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zapptales Extension CRX File

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

                        With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you to upload the missing pictures to your zapptales book.                    

Extension Basic Information

Name Zapptales Zapptales
ID cjblfpnbnjacmdghkcllignifbbhmlcn
Official URL https://chrome.google.com/webstore/detail/zapptales/cjblfpnbnjacmdghkcllignifbbhmlcn
Description With zapptales you can transform your favorite WhatsApp chat into a personalized printed book. This Chrome Extension will help you…
File Size 122 KB
Installation Count 187
Current Version 2.0
Last Updated 2020-02-16
Publish Date 2020-02-15
Rating 5.00/5 Total 3 Ratings
Developer http://zapptales.com
Email [email protected]
Payment Type free
Extension Website https://www.zapptales.com
Help Page URL https://www.zapptales.com/de/hilfe-und-kontakt/
Privacy Policy Page URL https://www.zapptales.com/de/datenschutzerklaerung
Supported Languages de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zapptales",
    "version": "2.0",
    "permissions": [
        "tabs",
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/app.zapptales.com\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js",
            "lib\/jquery-3.3.1.min.js",
            "lib\/chrono.min.js",
            "lib\/bluebird.min.js",
            "lib\/jquery.mask.min.js",
            "lib\/tinyemitter.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "lib\/chrono.min.js",
                "lib\/bluebird.min.js",
                "lib\/jquery.mask.min.js",
                "lib\/tinyemitter.min.js",
                "src\/locale.js",
                "src\/helper.js",
                "src\/services\/image_uploader.js",
                "src\/services\/media_parser.js",
                "src\/services\/attachment_processor.js",
                "src\/ui\/chat_form.js",
                "src\/ui\/chat_progress.js",
                "src\/services\/api.js"
            ],
            "css": [
                "zapptales-chrome-extension.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon.png",
            "32": "images\/favicon.png",
            "48": "images\/favicon.png",
            "128": "images\/favicon.png"
        }
    },
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "manifest_version": 2
}