Github Original Streak

Re-builds former current and longest streaks on Github profiles

Github Original Streak क्या है?

Github Original Streak Naramsim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Re-builds former current and longest streaks on Github profiles"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Github Original Streak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Github Original Streak Github Original Streak
ID jgfeifpakohnblfnjdpigclinhbkocja
आधिकारिक URL https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja
विवरण Re-builds former current and longest streaks on Github profiles
फ़ाइल का आकार 213 KB
स्थापना संख्या 649
वर्तमान संस्करण 1.15.1
अंतिम अपडेट 2023-01-10
प्रकाशन तिथि 2019-12-06
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर Naramsim
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Naramsim/GithubOriginalStreak
समर्थित भाषाएँ 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"
            ]
        }
    ]
}