Clean on Refresh
Automatically clear clutter on refresh.
Clean on Refresh क्या है?
Clean on Refresh jason.allen.oneal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically clear clutter on refresh."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clean on Refresh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
एक्सटेंशन की मूल जानकारी
नाम | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
आधिकारिक URL | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
विवरण | Automatically clear clutter on refresh. |
फ़ाइल का आकार | 11.18 KB |
स्थापना संख्या | 262 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-11-24 |
प्रकाशन तिथि | 2018-11-23 |
डेवलपर | jason.allen.oneal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean on Refresh", "version": "1.2", "description": "Automatically clear clutter on refresh.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/apps.facebook.com\/kingdomsofcamelot\/*", "tabs", "storage", "browsingData", "declarativeContent", "history" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "imgs\/16.png", "32": "imgs\/32.png" } } } |