Universal Party Parrot
Now you can have Party Parrot in every subreddit!
Что такое Universal Party Parrot?
Universal Party Parrot - это расширение Chrome, разработанное C_IsForCookie, и его основная функция - "Now you can have Party Parrot in every subreddit!".
Снимки экрана расширения
Скачать файл CRX расширения Universal Party Parrot
Скачайте файлы расширений 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"
]
} | |