Universal Party Parrot

Now you can have Party Parrot in every subreddit!

Co to jest Universal Party Parrot?

Universal Party Parrot to rozszerzenie Chrome opracowane przez C_IsForCookie, a jego główną funkcją jest „Now you can have Party Parrot in every subreddit!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Universal Party Parrot

Pobierz pliki rozszerzeń Universal Party Parrot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

Podstawowe informacje o rozszerzeniu

Nazwa Universal Party Parrot Universal Party Parrot
ID bjlicnjijlfodoekhjpnagodmcppabmc
Oficjalny URL https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc
Opis Now you can have Party Parrot in every subreddit!
Rozmiar pliku 393 KB
Liczba instalacji 197
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2016-07-19
Data Publikacji 2016-07-19
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper C_IsForCookie
Typ Płatności free
Obsługiwane Języki 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"
    ]
}