WrongMove

wrongMove

What is WrongMove?

WrongMove is a Chrome extension developed by dominiconorton, and its main feature is "wrongMove".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WrongMove Extension CRX File

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

                        The ultimate social communication tool for your next big property purchase. Anonymously discuss RightMove properties without leaving the platform.                    

Extension Basic Information

Name WrongMove WrongMove
ID kammafkkpcnfjikjfpicefmodlljjakp
Official URL https://chromewebstore.google.com/detail/wrongmove/kammafkkpcnfjikjfpicefmodlljjakp
Description wrongMove
File Size 13.62 KB
Installation Count 30
Current Version 2
Last Updated 2022-06-08
Publish Date 2022-04-19
Rating 5.00/5 Total 1 Ratings
Developer dominiconorton
Email [email protected]
Payment Type free
Extension Website https://chromewrongmove.carrd.co/
Help Page URL https://chromewrongmove.carrd.co/
Privacy Policy Page URL https://www.termsfeed.com/live/97c22825-9895-469a-9c5b-5148e97bfa44
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WrongMove",
    "short_name": "wrongmove",
    "version": "2",
    "manifest_version": 3,
    "description": "wrongMove",
    "homepage_url": "https:\/\/wrongmove.bildr.com",
    "icons": {
        "16": "icons\/WrongMove Logo.g6qyETgrLUekIkrE40C5YQ.png",
        "48": "icons\/WrongMove Logo.g6qyETgrLUekIkrE40C5YQ.png",
        "128": "icons\/WrongMove Logo.g6qyETgrLUekIkrE40C5YQ.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/bildr\/ui\/bildrPopUp.html",
                "src\/bildr\/ui\/css\/bildrStyle.css",
                "js\/injectScript_WrongMove_2.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/bildrScript_WrongMove_2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": ".\/icons\/WrongMove Logo.g6qyETgrLUekIkrE40C5YQ.png",
        "default_title": "wrongmove"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/wrongmove.bildr.com;"
    }
}