Time Machine

Obliterates the last fifteen minutes of your browsing history

Time Machine क्या है?

Time Machine Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Obliterates the last fifteen minutes of your browsing history"।

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

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

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

                        Obliterates the last fifteen minutes of your browsing history. I can assure you I am doing nothing with your browsing history other then deleting it. If it makes the community comfortable I will post a link to the repo as soon as possible.                    

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

नाम Time Machine Time Machine
ID medjffmhhiakhbcjggmooccpihhjgjni
आधिकारिक URL https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni
विवरण Obliterates the last fifteen minutes of your browsing history
फ़ाइल का आकार 23.04 KB
स्थापना संख्या 296
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2016-05-25
प्रकाशन तिथि 2016-05-25
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Machine",
    "description": "Obliterates the last fifteen minutes of your browsing history",
    "version": "0.3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "The cake is a lie"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "browsingData",
        "activeTab"
    ]
}