Shiver

'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd

Cos'è Shiver?

Shiver è un'estensione di Chrome sviluppata da Tristan Deratz, e la sua funzione principale è "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shiver

Scarica i file di estensione Shiver 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

                        Shiver is an artwork in the form of a Chrome Extension.

A web browser is frequently the portal to the world beyond our immediate senses.

Constantly searching a rolling news feed for several keywords, Shiver responds aesthetically when a keyword occurs. These keywords are associated with moments of unspeakable violence and terror.

This response may break our attention for a moment, in the place where our eyes are so often focused, not to teach nor tell, but to create an aesthetic moment that gestures to the hard cold of the world beyond us.                    

Informazioni di Base sull'Estensione

Nome Shiver Shiver
ID dcadlpdmnokdcmpimiafaejgfahommip
URL Ufficiale https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip
Descrizione 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Dimensione del File 52.56 KB
Conteggio Installazioni 20
Versione Corrente 1.0
Ultimo Aggiornamento 2015-10-29
Data di Pubblicazione 2015-10-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Tristan Deratz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shiver",
    "manifest_version": 2,
    "version": "1.0",
    "description": "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/rss.nytimes.com\/services\/xml\/rss\/nyt\/InternationalHome.xml",
        "https:\/\/rss.nytimes.com\/services\/xml\/rss\/nyt\/InternationalHome.xml",
        "http:\/\/feeds.reuters.com\/Reuters\/worldNews?format=xml",
        "https:\/\/feeds.reuters.com\/Reuters\/worldNews?format=xml"
    ]
}