Inspect and view changes in GitHub Unveiler (FF) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Unveiler (FF)",
"version": "0.2.0",
"description": "Replaces GitHub usernames with display names in GitHub and GitHub Enterprise instances.",
"permissions": [
"storage",
"activeTab"
],
"optional_permissions": [
"https://*/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_action": {
"default_title": "Enable GitHub Unveiler (FF)"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"icon16.png",
"icon32.png",
"icon48.png"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "github-unveiler-ff@example.com",
"strict_min_version": "115.0"
}
}
} Best GitHub Unveiler (FF) Alternatives
Here are some Firefox add-ons that are similar to GitHub Unveiler (FF):
Name instead of UserId for SAP GitHub
Christian Grail
GitHub Hide Notifications
Jan Piotrowski
GitHub Project Enhancer
mashabow
Free GitHub
Arsalanse
GitHub: My Profile Link
Helton Ricardo
Wide GitHub
fabiocchetti
GitHub user notes
zxkmm
GitHub Repository Size
Pranav Mangal
Refined GitHub
Sindre Sorhus
GitHub: Prevent search hijacking
Yuri Khan
Potential changes for GitHub
Dzhavat Ushev
Fast-forward merge for GitHub
Jihyeon Kim