Inspect and view changes in SlopScan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "SlopScan",
"author": "ash lea",
"homepage_url": "https://codeberg.org/ashkitten/slopscan-webext",
"version": "0.2.3",
"description": "Displays a \"slop score\" when viewing public git repositories",
"icons": {
"32": "icon-32.png",
"64": "icon-64.png"
},
"action": {
"default_icon": {
"32": "icon-32.png",
"64": "icon-64.png"
},
"default_title": "Scan this URL"
},
"permissions": [
"tabs",
"storage"
],
"options_ui": {
"page": "options.html"
},
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/*",
"https://codeberg.org/*/*",
"https://git.sr.ht/~*/*"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "slopscan@kity.wtf",
"data_collection_permissions": {
"required": [
"websiteActivity"
]
},
"strict_min_version": "140.0"
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
} Meilleures alternatives SlopScan
Voici quelques Firefox add-ons qui sont similaires à SlopScan :
Sneetches for GitHub
Kev
GitHub Repository Size
Pranav Mangal
Stethoscope
cmgriffing
Le Git Graph - GitHub Git Graph
scaria.dev
Potential changes for GitHub
Dzhavat Ushev
GitHub Repo Analyzer
onyx47
Enhanced GitHub
Varun Malhotra
Scrutinizer for GitHub and Bitbucket
Scrutinizer
Repo Swap
cradd
GitHub Web IDE
zvizvi
SecurityHeaders.io Analyser
Scott Helme
Github Aid - repo file size
omar-azmi