By: Notavellos Add-on
Inspect and view changes in NukeRefresh - Hard Reload Any Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "NukeRefresh — Hard Reload Any Page",
"version": "1.0.0",
"description": "Hard refresh by any means necessary. Five escalating strategies: API bypass, site cache clear, full cache nuke, cache-bust URL, and a full cascade. Works when Ctrl+Shift+R doesn't.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"action": {
"default_popup": "src/popup.html",
"default_title": "NukeRefresh — Hard Reload",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png"
}
},
"background": {
"scripts": [
"background/background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"tabs",
"browsingData",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"nuke-refresh": {
"suggested_key": {
"default": "Ctrl+Shift+F5",
"mac": "MacCtrl+Shift+F5"
},
"description": "NukeRefresh — hard reload the current tab"
}
},
"browser_specific_settings": {
"gecko": {
"id": "nukerefresh@notavello.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best NukeRefresh - Hard Reload Any Page Alternatives
Here are some Firefox add-ons that are similar to NukeRefresh - Hard Reload Any Page:
Empty Cache and Hard Reload
Khokon M.
Hard Reload Plus
Alan Nato
CacheCannon
LXB-Studio
Clear Cache & Hard Reload
Isaias
Hard Refresh
Manan
Clean Reload
1llum1n4t1
Reload Skip Cache Button
Button Guy
Location Reload One
chihabgoku
Easy Refresh
Elesari Labs
Empty Cache & Hard Reload
Robert Walker
Hard Refresh Button
electrotype
CSS Reload
Стоян Димитров