Time Machine

Obliterates the last fifteen minutes of your browsing history

ما هو Time Machine؟

Time Machine هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Obliterates the last fifteen minutes of your browsing history".

تحميل ملف CRX للإضافة Time Machine

قم بتنزيل ملفات الامتداد Time Machine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}