Shiver

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

Qu'est-ce que Shiver ?

Shiver est une extension Chrome développée par Tristan Deratz, et sa fonction principale est "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shiver

Téléchargez les fichiers d'extension Shiver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shiver Shiver
ID dcadlpdmnokdcmpimiafaejgfahommip
URL Officiel https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip
Description 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Taille du Fichier 52.56 KB
Nombre d'Installations 20
Version Actuelle 1.0
Dernière Mise à Jour 2015-10-29
Date de Publication 2015-10-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tristan Deratz
Type de Paiement free
Langues Prises en Charge 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"
    ]
}