Demotivation

Replace new tab page with pixelized troll faces.

Apa itu Demotivation?

Demotivation adalah ekstensi Chrome yang dikembangkan oleh Genadi Samokovarov, dan fitur utamanya adalah "Replace new tab page with pixelized troll faces.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Demotivation

Unduh file ekstensi Demotivation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Demotivation Demotivation
ID hhfijaoldpjpdeelnaickbegikodfnhh
URL Resmi https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh
Deskripsi Replace new tab page with pixelized troll faces.
Ukuran File 26.89 KB
Jumlah Instalasi 170
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-03-04
Tanggal Publikasi 2016-03-04
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Genadi Samokovarov
Tipe Pembayaran free
Bahasa yang Didukung 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"
}