By: d2yap
Inspect and view changes in GitHub Releases Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub Releases Button",
"version": "1.0",
"description": "Adds an easily seen button to go to the Releases page on Github repos",
"browser_specific_settings": {
"gecko": {
"id": "donnieyapp@gmail.com",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"host_permissions": [
"https://github.com/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icons/icons48.png",
"96": "icons/icons96.png"
}
} Best GitHub Releases Button Alternatives
Here are some Firefox add-ons that are similar to GitHub Releases Button:
GitHub Trending Button
MacielG1
Github Just Download
Dominic
Github Download Button
Grooby
Page action button for Github.Dev
emvaized
GitHub Collapse-Diffs Button
verfehlix
View Github Issues&PRs
FoxRefire
GitHub: Tell Me When It Closes
Kevin Jalbert
GitHub Release Downloads
Addshore
GitHub Sidebar Button
Neefko
GitHub Release
Dedy
Project pull requests for github
Knapstad