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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}