Doge for Chrome

5% chance of doge every time you load page

什么是Doge for Chrome?

Doge for Chrome是由Jared Silver开发的Chrome扩展程序,该扩展的主要功能是“5% chance of doge every time you load page”。

扩展截图

screenshot

下载Doge for Chrome扩展crx文件

下载Doge for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Such random. Many doge. Very 5% chance.

Do you need a little more doge in your life? Does the monotony of your day-to-day life make you want to bang your head against your desk? Drown in boredom no longer — introducing Doge for Chrome!

Doge for Chrome is an extension that will randomly display a delightful doge animation a small percentage of the time you load a new web page.

Studying for school got you down? Upset about the price of doge coin? Wish you had more friends? Cheer up instantly with this delightful doge animation, coming soon to a browser near you!                    

扩展基本信息

名称 Doge for Chrome Doge for Chrome
ID hgbjmjjpoakdcllgikgchblebfclefii
官方URL https://chromewebstore.google.com/detail/doge-for-chrome/hgbjmjjpoakdcllgikgchblebfclefii
简介 5% chance of doge every time you load page
文件大小 138 KB
安装次数 3,435
当前版本 2.0
更新时间 2021-06-07
上架时间 2016-05-16
评分 4.30/5 共50次评分
开发者 Jared Silver
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doge for Chrome",
    "description": "5% chance of doge every time you load page",
    "version": "2.0",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "96": "\/images\/icon96.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "96": "\/images\/icon96.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css",
                "doge.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}