Demotivation

Replace new tab page with pixelized troll faces.

什麼是Demotivation?

Demotivation是由Genadi Samokovarov開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with pixelized troll faces.”。

擴展截圖

screenshot

下載Demotivation擴展crx文件

下載Demotivation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Demotivation Demotivation
ID hhfijaoldpjpdeelnaickbegikodfnhh
官方網址 https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh
簡介 Replace new tab page with pixelized troll faces.
檔案大小 26.89 KB
安裝次數 170
目前版本 0.1
更新時間 2016-03-04
上架時間 2016-03-04
評分 3.67/5 共 3 次評分
開發者 Genadi Samokovarov
付費類型 free
支援的語言 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"
}