養狗狗

這是一個養狗狗的小遊戲,你可以在遊戲過程中得到療癒,你養狗了嗎?快來免費領養狗狗!(限時免費中)

What is 養狗狗?

養狗狗 is a Chrome extension developed by q11295, and its main feature is "這是一個養狗狗的小遊戲,你可以在遊戲過程中得到療癒,你養狗了嗎?快來免費領養狗狗!(限時免費中)".

Extension Screenshots

screenshot

Download 養狗狗 Extension CRX File

Download 養狗狗 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name 養狗狗 養狗狗
ID alfbiboepgfdnjciabefnagmlbflpbli
Official URL https://chromewebstore.google.com/detail/%E9%A4%8A%E7%8B%97%E7%8B%97/alfbiboepgfdnjciabefnagmlbflpbli
Description 這是一個養狗狗的小遊戲,你可以在遊戲過程中得到療癒,你養狗了嗎?快來免費領養狗狗!(限時免費中)
File Size 95.49 KB
Installation Count 38
Current Version 1.0
Last Updated 2018-02-27
Publish Date 2018-02-26
Rating 4.50/5 Total 2 Ratings
Developer q11295
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u990a\u72d7\u72d7",
    "description": "\u9019\u662f\u4e00\u500b\u990a\u72d7\u72d7\u7684\u5c0f\u904a\u6232\uff0c\u4f60\u53ef\u4ee5\u5728\u904a\u6232\u904e\u7a0b\u4e2d\u5f97\u5230\u7642\u7652\uff0c\u4f60\u990a\u72d7\u4e86\u55ce?\u5feb\u4f86\u514d\u8cbb\u9818\u990a\u72d7\u72d7!(\u9650\u6642\u514d\u8cbb\u4e2d)",
    "version": "1.0",
    "browser_action": {
        "default_icon": "img\/dog.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "img\/dog.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/myscript.js",
                "js\/bootstrap.min.js",
                "js\/popper.min.js",
                "js\/jquery.min.js"
            ]
        }
    ]
}