Demotivation

Replace new tab page with pixelized troll faces.

Cos'è Demotivation?

Demotivation è un'estensione di Chrome sviluppata da Genadi Samokovarov, e la sua funzione principale è "Replace new tab page with pixelized troll faces.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Demotivation

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

                        Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that.                    

Informazioni di Base sull'Estensione

Nome Demotivation Demotivation
ID hhfijaoldpjpdeelnaickbegikodfnhh
URL Ufficiale https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh
Descrizione Replace new tab page with pixelized troll faces.
Dimensione del File 26.89 KB
Conteggio Installazioni 170
Versione Corrente 0.1
Ultimo Aggiornamento 2016-03-04
Data di Pubblicazione 2016-03-04
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Genadi Samokovarov
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "demotivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with pixelized troll faces.",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "Demotivation",
    "offline_enabled": true,
    "version": "0.1"
}