The Peace Pointer

Changes cursor to a peace sign

What is The Peace Pointer?

The Peace Pointer is a Chrome extension developed by Unknown, and its main feature is "Changes cursor to a peace sign".

Extension Screenshots

screenshot

Download The Peace Pointer Extension CRX File

Download The Peace Pointer 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

                        A plugin that makes your courser into a peace sign. Help make the web a more peaceful place.

Made by John E. Njoki and Kim Follesøy-Thuen
With help from Yonas Sandbæk

thepeacepointer.com
kimplussjohn.com                    

Extension Basic Information

Name The Peace Pointer The Peace Pointer
ID afbjcigfgjkleljpjaofacniphbpofkn
Official URL https://chromewebstore.google.com/detail/the-peace-pointer/afbjcigfgjkleljpjaofacniphbpofkn
Description Changes cursor to a peace sign
File Size 8.56 KB
Installation Count 270
Current Version 1.6
Last Updated 2018-09-10
Publish Date 2018-09-10
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Extension Website https://www.thepeacepointer.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Peace Pointer",
    "description": "Changes cursor to a peace sign",
    "version": "1.6",
    "web_accessible_resources": [
        "cursor.css",
        "hand-32.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "cursor.css"
            ]
        }
    ],
    "manifest_version": 2
}