Universal Party Parrot

Now you can have Party Parrot in every subreddit!

What is Universal Party Parrot?

Universal Party Parrot is a Chrome extension developed by C_IsForCookie, and its main feature is "Now you can have Party Parrot in every subreddit!".

Extension Screenshots

screenshot

Download Universal Party Parrot Extension CRX File

Download Universal Party Parrot 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

                        Inspired by Sirocco, Now you can have Party Parrot in every subreddit!

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

Extension Basic Information

Name Universal Party Parrot Universal Party Parrot
ID bjlicnjijlfodoekhjpnagodmcppabmc
Official URL https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc
Description Now you can have Party Parrot in every subreddit!
File Size 393 KB
Installation Count 197
Current Version 0.0.3
Last Updated 2016-07-19
Publish Date 2016-07-19
Rating 5.00/5 Total 6 Ratings
Developer C_IsForCookie
Payment Type free
Supported Languages 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"
    ]
}