Mass Refresh
Refresh all tabs at once. Bypass local and server caches with one click.
Vad är Mass Refresh?
Mass Refresh är en Chrome-tillägg utvecklad av Fernando Nunogns, och dess huvudfunktion är "Refresh all tabs at once. Bypass local and server caches with one click.".
Tilläggsskärmbilder
Ladda ner Mass Refresh-förlängningens CRX-fil
Ladda ner Mass Refresh-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Mass Refresh - refresh all your tabs bypassing caches. One click and all tabs refreshed. The app also suppresses messages from websites like “Do you want to close this page?”.
Grundläggande Information om Tillägg
Namn | |
ID | iciebngoaimmolpjoggceddmmkpkbndg |
Officiell webbadress | https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg |
Beskrivning | Refresh all tabs at once. Bypass local and server caches with one click. |
Filstorlek | 131 KB |
Antal Installationer | 30 |
Aktuell Version | 0.3.3 |
Senast Uppdaterad | 2022-07-25 |
Publiceringsdatum | 2021-08-03 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | Fernando Nunogns |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/inactive.png" }, "default_title": "__MSG_app_name__" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ "webRequest", "webRequestBlocking", " |