Party Parrot Party Time

Activates Maximum Party

什么是Party Parrot Party Time?

Party Parrot Party Time是由Joshua Toth开发的Chrome扩展程序,该扩展的主要功能是“Activates Maximum Party”。

扩展截图

screenshot

下载Party Parrot Party Time扩展crx文件

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

扩展使用说明

                        At the click of a button all the images on your page become Party Parrots! 


---------


Visit http://cultofthepartyparrot.com/ for more party parrot fun!

Disclaimer: 

This was made for fun and I have no association with the cultofthepartyparrot.com website.

I do not own the images contained in this content. 

I'm not liable for any damages caused by this extension. yada yada                    

扩展基本信息

名称 Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
官方URL https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
简介 Activates Maximum Party
文件大小 130 KB
安装次数 813
当前版本 1.1.1
更新时间 2016-10-14
上架时间 2016-10-14
评分 4.75/5 共12次评分
开发者 Joshua Toth
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Party Parrot Party Time",
    "description": "Activates Maximum Party",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "parrot.png",
        "default_title": "Activate Maximum Party"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "partyTime.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "partyTimeOnLoad.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "parrots\/*"
    ]
}