Browser, don't discard my tabs

Prevents the browser from discarding tabs. You won't have to wait for them to load again.

Browser, don't discard my tabs क्या है?

Browser, don't discard my tabs Water द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents the browser from discarding tabs. You won't have to wait for them to load again."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Browser, don't discard my tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sometimes, your browser can dicard your tabs, for example: when resources are low, in other words: the browser delete the loaded tabs from memory.

This lightweight extension removes this feature, prevents the browser from auto discardable your tabs, so you do not wait for them to load again.

After right-clicking on the icon, you can:
1. Remove the icon
2. See the cookie, but I didn't tell you that, right?

The extension contains:
1. Feature: Prevents the browser from auto discardable tabs
2. Feature: Displays cookies in the context menu
3. Has: English language support (for what?)                    

एक्सटेंशन की मूल जानकारी

नाम Browser, don't discard my tabs Browser, don't discard my tabs
ID npjpenabklghongijldkcpieocgailoc
आधिकारिक URL https://chromewebstore.google.com/detail/browser-dont-discard-my-t/npjpenabklghongijldkcpieocgailoc
विवरण Prevents the browser from discarding tabs. You won't have to wait for them to load again.
फ़ाइल का आकार 11.87 KB
स्थापना संख्या 198
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2021-10-11
प्रकाशन तिथि 2020-04-14
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर Water
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "version": "0.0.5",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "manifest_version": 3,
    "default_locale": "en"
}