The Peace Pointer

Changes cursor to a peace sign

Cos'è The Peace Pointer?

The Peace Pointer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Changes cursor to a peace sign".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Peace Pointer

Scarica i file di estensione The Peace Pointer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome The Peace Pointer The Peace Pointer
ID afbjcigfgjkleljpjaofacniphbpofkn
URL Ufficiale https://chromewebstore.google.com/detail/the-peace-pointer/afbjcigfgjkleljpjaofacniphbpofkn
Descrizione Changes cursor to a peace sign
Dimensione del File 8.56 KB
Conteggio Installazioni 270
Versione Corrente 1.6
Ultimo Aggiornamento 2018-09-10
Data di Pubblicazione 2018-09-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://www.thepeacepointer.com
Lingue Supportate 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
}