Detective Wapuu

Really like a WordPress site? See how they built it with Detective Wapuu.

What is Detective Wapuu?

Detective Wapuu is a Chrome extension developed by https://block.garden, and its main feature is "Really like a WordPress site? See how they built it with Detective Wapuu.".

Extension Screenshots

screenshot

Download Detective Wapuu Extension CRX File

Download Detective Wapuu 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

                        Blocks enable you to do things with WordPress that weren't possible before. It's an exciting time to be alive. People are doing something pretty interesting things with blocks and with Detective Wapuu you can too.

What Detective Wapuu does is it scans the site you are currently on and let's you know which blocks they are using and where. Not only can you discover new blocks but you can get ideas on how to put blocks together in new and interesting ways.                    

Extension Basic Information

Name Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
Official URL https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Description Really like a WordPress site? See how they built it with Detective Wapuu.
File Size 13.57 KB
Installation Count 672
Current Version 1.2.0
Last Updated 2020-04-08
Publish Date 2020-04-06
Rating 4.67/5 Total 3 Ratings
Developer https://block.garden
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detective Wapuu",
    "description": "Really like a WordPress site? See how they built it with Detective Wapuu.",
    "version": "1.2.0",
    "author": "sorta brilliant",
    "homepage_url": "https:\/\/sortabrilliant.com\/detectivewapuu",
    "manifest_version": 2,
    "icons": {
        "16": "images\/black\/16.png",
        "32": "images\/black\/32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/black\/16.png",
            "32": "images\/black\/32.png"
        },
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}