Universal Party Parrot
Now you can have Party Parrot in every subreddit!
什么是Universal Party Parrot?
Universal Party Parrot是由C_IsForCookie开发的Chrome扩展程序,该扩展的主要功能是“Now you can have Party Parrot in every subreddit!”。
扩展截图
下载Universal Party Parrot扩展crx文件
下载Universal Party Parrot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Inspired by Sirocco, Now you can have Party Parrot in every subreddit!
Party Parrot tags will work site-wide on Reddit.
PARTY OR DIE!                     扩展基本信息
| 名称 |   |  
| ID | bjlicnjijlfodoekhjpnagodmcppabmc | 
| 官方URL | https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc | 
| 简介 | Now you can have Party Parrot in every subreddit! | 
| 文件大小 | 393 KB | 
| 安装次数 | 197 | 
| 当前版本 | 0.0.3 | 
| 更新时间 | 2016-07-19 | 
| 上架时间 | 2016-07-19 | 
| 评分 | 5.00/5 共6次评分 | 
| 开发者 | C_IsForCookie | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Universal Party Parrot",
    "short_name": "Party Parrot",
    "version": "0.0.3",
    "description": "Now you can have Party Parrot in every subreddit!",
    "icons": {
        "16": "parrot16.png",
        "48": "parrot48.png",
        "128": "parrot128.png"
    },
    "browser_action": {
        "default_icon": "parrot48.png",
        "default_popup": "parrot.html"
    },
    "permissions": [
        "https:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "parrot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}  |  |