By: jscher2000 Add-on
Inspect and view changes in No-Cache No-Store for Selected Hosts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "No-Cache: No-Store for Selected Hosts",
"description": "Bypass Firefox's aggressive caching of CSS and other content during development.",
"version": "0.6",
"applications": {
"gecko": {
"id": "no-cache@jeffersonscher.com",
"strict_min_version": "77.0"
}
},
"developer": {
"name": "Jefferson \"jscher2000\" Scher",
"url": "https://github.com/jscher2000/"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icons/no-cache-128.png"
},
"page_action": {
"show_matches": [
"<all_urls>"
],
"browser_style": true,
"default_icon": {
"128": "icons/no-cache-128.png"
},
"default_title": "Disable Caching for This Page",
"default_popup": "popup.html"
},
"permissions": [
"*://www.jeffersonscher.com/*",
"activeTab",
"webRequest",
"webRequestBlocking",
"storage"
],
"optional_permissions": [
"<all_urls>"
],
"options_ui": {
"page": "options.html",
"browser_style": true
}
} Best No-Cache No-Store for Selected Hosts Alternatives
Here are some Firefox add-ons that are similar to No-Cache No-Store for Selected Hosts:
CSS Reloader
auchenberg
Cache Cleaner
Shane
Hard Reload Plus
Alan Nato
Cache Disabler
Alejandro Akbal
Async CSS
em_te
Tab reload on select
syranez
Cache Favicons for Bookmarks
jscher2000
CSS Reload
Стоян Димитров
Empty Cache and Hard Reload
Khokon M.
Clean Reload
ゆろち
disable cache for this domain
vacantthinker
Per-Domain User CSS
ArachnidFight