Inspect and view changes in Git PR reverse source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Git PR reverse",
"description": "__MSG_extensionDescription__",
"version": "1.4.0",
"icons": {
"16": "static/icon-16.png",
"32": "static/icon-32.png",
"48": "static/icon-48.png",
"128": "static/icon-128.png"
},
"author": "Linkid",
"homepage_url": "https://github.com/Linkid/git-pr-reverse",
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "git-pr-reverse@webext.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": [
"authenticationInfo"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "static/icon-16.png",
"32": "static/icon-32.png",
"48": "static/icon-48.png",
"128": "static/icon-128.png"
},
"default_title": "Git PR reverse",
"default_popup": "popup/popup.html"
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"*://api.github.com/*",
"*://api.bitbucket.org/*",
"*://codeberg.org/*",
"*://gitlab.com/*"
],
"optional_host_permissions": [
"*://*/*"
]
} Best Git PR reverse Alternatives
Here are some Firefox add-ons that are similar to Git PR reverse:
GitHub PR Opener
Vincent Labarthe
Fast-forward merge for GitHub
Jihyeon Kim
Potential changes for GitHub
Dzhavat Ushev
Load More Pull Request
Chris Bibby
PR Sidebar
dannash
GitHub Live PRs
xmmarcotte
GitQuiet - GitHub Pull Request Review
FluentAI
Git PR Viewer
sivasatvik
GitKraken Browser Extension
GitKraken
Github PR Fetch
mgalgs
GitHub File Diff
mohd-akram
Le Git Graph - GitHub Git Graph
scaria.dev