GitHub Yes Sir!
git commit suicide
Co to jest GitHub Yes Sir!?
GitHub Yes Sir! to rozszerzenie Chrome opracowane przez jcdc, a jego główną funkcją jest „git commit suicide”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Yes Sir!
Pobierz pliki rozszerzeń GitHub Yes Sir! 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
This will change the Github logo to a new badass PornHub style logo. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mnimfmckjafijilpdmhddefobkigcmom |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-yes-sir/mnimfmckjafijilpdmhddefobkigcmom |
| Opis | git commit suicide |
| Rozmiar pliku | 233 KB |
| Liczba instalacji | 271 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2019-05-09 |
| Data Publikacji | 2019-05-09 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | jcdc |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/johnchrisdc/GitPorn |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitHub Yes Sir!",
"version": "1.1",
"description": "git commit suicide",
"content_scripts": [
{
"matches": [
"*:\/\/*.github.com\/*"
],
"js": [
"github.js"
]
}
],
"browser_action": {
"default_icon": "github.png",
"default_popup": "popup.html"
},
"icons": {
"16": "github.png",
"48": "github.png",
"128": "github.png"
},
"web_accessible_resources": [
"images\/*"
]
} | |