Por: Hi Thuy
Inspect and view changes in Image Size Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Image Size Filter",
"version": "1.0",
"description": "Automatically hides images below a certain size threshold.",
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Image Size Filter"
},
"browser_specific_settings": {
"gecko": {
"id": "{e52e9613-ccb2-49df-b014-0eb01998403d}"
}
}
} Mejores alternativas Image Size Filter
Aquí hay algunas Firefox add-ons que son similares a Image Size Filter: