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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}