Github Original Streak
Re-builds former current and longest streaks on Github profiles
Wat is Github Original Streak?
Github Original Streak is een Chrome-extensie ontwikkeld door Naramsim, en de belangrijkste functie is "Re-builds former current and longest streaks on Github profiles".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Original Streak
Download Github Original Streak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Github Original Streak |
ID | jgfeifpakohnblfnjdpigclinhbkocja |
Officiële URL | https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja |
Beschrijving | Re-builds former current and longest streaks on Github profiles |
Bestandsgrootte | 213 KB |
Aantal Installaties | 649 |
Huidige Versie | 1.15.1 |
Laatst Bijgewerkt | 2023-01-10 |
Publicatiedatum | 2019-12-06 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Naramsim |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Naramsim/GithubOriginalStreak |
Ondersteunde Talen | 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" ] } ] } |