Github Original Streak

Re-builds former current and longest streaks on Github profiles

Co to jest Github Original Streak?

Github Original Streak to rozszerzenie Chrome opracowane przez Naramsim, a jego główną funkcją jest „Re-builds former current and longest streaks on Github profiles”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Github Original Streak

Pobierz pliki rozszerzeń Github Original Streak 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

                        Since May 2016 Github does not provide anymore your current streak and your longest streak of contributions.
Read it here: https://github.com/blog/2173-more-contributions-on-your-profile
If you want it back, like it was, just install this extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Original Streak Github Original Streak
ID jgfeifpakohnblfnjdpigclinhbkocja
Oficjalny URL https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja
Opis Re-builds former current and longest streaks on Github profiles
Rozmiar pliku 213 KB
Liczba instalacji 649
Aktualna Wersja 1.15.1
Ostatnia Aktualizacja 2023-01-10
Data Publikacji 2019-12-06
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper Naramsim
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Naramsim/GithubOriginalStreak
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Original Streak",
    "short_name": "Github Streak",
    "version": "1.15.1",
    "version_name": "1.15.1",
    "manifest_version": 3,
    "description": "Re-builds former current and longest streaks on Github profiles",
    "homepage_url": "https:\/\/github.com\/Naramsim\/GithubOriginalStreak",
    "author": "Naramsim",
    "icons": {
        "16": "icons\/g16.png",
        "48": "icons\/g48.png",
        "128": "icons\/g128.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/api.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}