Puzzilla Extension

Puzzilla Extension

What is Puzzilla Extension?

Puzzilla Extension is a Chrome extension developed by https://puzzilla.org, and its main feature is "Puzzilla Extension".

Extension Screenshots

screenshot

Download Puzzilla Extension Extension CRX File

Download Puzzilla Extension 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

                        Puzzilla analyzer extension for Chrome.                    

Extension Basic Information

Name Puzzilla Extension Puzzilla Extension
ID dphcgjeepjiglodmmhbgmebhlmglojhd
Official URL https://chromewebstore.google.com/detail/puzzilla-extension/dphcgjeepjiglodmmhbgmebhlmglojhd
Description Puzzilla Extension
File Size 56.97 KB
Installation Count 2,424
Current Version 0.1.22
Last Updated 2020-08-27
Publish Date 2018-11-30
Rating 5.00/5 Total 1 Ratings
Developer https://puzzilla.org
Email [email protected]
Payment Type free
Extension Website https://puzzilla.org
Help Page URL https://puzzilla.org/faq
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puzzilla Extension",
    "short_name": "Puzzilla Extension",
    "description": "Puzzilla Extension",
    "version": "0.1.22",
    "web_accessible_resources": [
        "manifest.json"
    ],
    "icons": {
        "16": "puzzilla-logo3-16.png",
        "32": "puzzilla-logo3-32.png",
        "48": "puzzilla-logo3-48.png",
        "128": "puzzilla-logo3-128.png"
    },
    "browser_action": {
        "default_icon": "puzzilla-logo3-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/familysearch.org\/search\/linker"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.familysearch.org\/*"
            ],
            "js": [
                "popup.js",
                "jquery-2.1.4.min.js"
            ],
            "all_frames": true
        }
    ]
}