Github Original Streak
Re-builds former current and longest streaks on Github profiles
What is Github Original Streak?
Github Original Streak is a Chrome extension developed by Naramsim, and its main feature is "Re-builds former current and longest streaks on Github profiles".
Extension Screenshots
Download Github Original Streak Extension CRX File
Download Github Original Streak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Github Original Streak |
ID | jgfeifpakohnblfnjdpigclinhbkocja |
Official URL | https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja |
Description | Re-builds former current and longest streaks on Github profiles |
File Size | 213 KB |
Installation Count | 649 |
Current Version | 1.15.1 |
Last Updated | 2023-01-10 |
Publish Date | 2019-12-06 |
Rating | 4.91/5 Total 11 Ratings |
Developer | Naramsim |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Naramsim/GithubOriginalStreak |
Supported Languages | 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" ] } ] } |