Mass Refresh
Refresh all tabs at once. Bypass local and server caches with one click.
Mass Refresh क्या है?
Mass Refresh Fernando Nunogns द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh all tabs at once. Bypass local and server caches with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mass Refresh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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?”.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iciebngoaimmolpjoggceddmmkpkbndg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg |
विवरण | Refresh all tabs at once. Bypass local and server caches with one click. |
फ़ाइल का आकार | 131 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 0.3.3 |
अंतिम अपडेट | 2022-07-25 |
प्रकाशन तिथि | 2021-08-03 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | Fernando Nunogns |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing |
समर्थित भाषाएँ | 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", " |