Universal Party Parrot

Now you can have Party Parrot in every subreddit!

Universal Party Parrot क्या है?

Universal Party Parrot C_IsForCookie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you can have Party Parrot in every subreddit!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Universal Party Parrot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

एक्सटेंशन की मूल जानकारी

नाम Universal Party Parrot Universal Party Parrot
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"
    ]
}