GitHub Poop
Replaces the Star Button with a Poop Button
Что такое GitHub Poop?
GitHub Poop - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces the Star Button with a Poop Button".
Снимки экрана расширения
Скачать файл CRX расширения GitHub Poop
Скачайте файлы расширений GitHub Poop в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | iepepilomkehfgjamhjbelhdpgmhiknk |
| Официальный URL | https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk |
| Описание | Replaces the Star Button with a Poop Button |
| Размер файла | 15.01 KB |
| Количество установок | 57 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2017-08-10 |
| Дата публикации | 2017-08-10 |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Stefan Buhrmester",
"manifest_version": 2,
"name": "GitHub Poop",
"description": "Replaces the Star Button with a Poop Button",
"version": "1.0.1",
"browser_action": {
"default_title": "GitHub Poop",
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
}
},
"permissions": [
"tabs",
"https:\/\/github.com\/"
],
"background": {
"scripts": [
"scripts\/bg.js"
],
"persistent": false
},
"icons": {
"128": "images\/icon128.png"
}
} | |