Url Logging

Your Privacy is my priority :)

Url Logging क्या है?

Url Logging Esmaeil keshavarz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Privacy is my priority :)"।

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

screenshot

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

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

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

                        This is a URL(Domain) logging tool, which logs the surfed URLs and the duration of every one .
Of course private mode has been taken into consideration and private surfed URLs will not be logged.                    

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

नाम Url Logging Url Logging
ID djffphnokodlhnclnnkcdkijanipbbbi
आधिकारिक URL https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi
विवरण Your Privacy is my priority :)
फ़ाइल का आकार 217 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-11-05
प्रकाशन तिथि 2020-10-26
डेवलपर Esmaeil keshavarz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3",
    "name": "Url Logging",
    "description": "Your Privacy is my priority :)",
    "icons": {
        "16": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon400.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "activeTab",
        "contextMenus",
        ""
    ]
}