Party Dawg 95

Spice up your browsing experience with an awesome party dog.

什么是Party Dawg 95?

Party Dawg 95是由https://seeread.info开发的Chrome扩展程序,该扩展的主要功能是“Spice up your browsing experience with an awesome party dog.”。

扩展截图

screenshot

下载Party Dawg 95扩展crx文件

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

扩展使用说明

                        Love dogs? Wish you could browse the internet with a cool party dog? Party Dawg 95 is the ultimate integrated dog extension for your browsing needs.

Allow Party Dawg 95 to enhance your day and expand your notion of what fun can be.

You might need to restart your browser for Party Dawg to show up.  And Party Dawg doesn't track or want your browsing data.  Just your party.

Party Dawg 95 -- by SEEREAD.info                    

扩展基本信息

名称 Party Dawg 95 Party Dawg 95
ID ljmnmbfmgglpadflokhloffibndcgjmg
官方URL https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg
简介 Spice up your browsing experience with an awesome party dog.
文件大小 446 KB
安装次数 143
当前版本 0.1.0
更新时间 2015-06-05
上架时间 2015-06-05
评分 5.00/5 共2次评分
开发者 https://seeread.info
付费类型 free
扩展官网 http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Party Dawg 95",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Spice up your browsing experience with an awesome party dog.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "partydog"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}