Incognito History

Keep your incognito history

Incognito History क्या है?

Incognito History nqnsoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your incognito history"।

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

screenshot
screenshot
screenshot

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

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

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

                        Incognito History allows you to keep your incognito browsing history. Similar to the normal History, you can search, and manage your history.

Features:
* Search more from a site
* Search your history by keyword. Or browse it chronologically.

NOTES:
* This is a work in progress and new futures and UI fixes are released periodically.                    

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

नाम Incognito History Incognito History
ID pmfdkggpmpoebkjadpfpjpidllghlhgc
आधिकारिक URL https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc
विवरण Keep your incognito history
फ़ाइल का आकार 241 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2023-12-22
प्रकाशन तिथि 2023-03-28
डेवलपर nqnsoft
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/nqnsoft-privacypolicy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Incognito History",
    "description": "Keep your incognito history",
    "version": "0.1.8",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/chromehistory.herokuapp.com\/*"
    ],
    "incognito": "spanning"
}