Forget It

Allows users to easily forget current browsing history and data

Forget Itคืออะไร?

Forget It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://8pecxstudios.com และคุณลักษณะหลักของมันคือ "Allows users to easily forget current browsing history and data"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forget It

ดาวน์โหลดไฟล์ส่วนขยาย Forget It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        What it does:
• Allows users to easily forget current browsing history and data.
• Close all Tabs and Windows.
• Delete all Data based on settings.
• Open a new clean Window.

About this extension:
• Forked from Restart My Chrome and re-purposed.

• Help yourself take back control of your personal privacy and browsing data. 
• Web browsers collect and track your online activity when you visit websites, 
Each website you visit may add cookies or collect personal information about you, 
This information is stored in the browser then gathered by websites and 
web-services when browsing the world wide web.

• Forget it helps you easily take back control.

Features:
• Enable forget it confirmation.
• Disable closing of all Tabs and Windows.
• Clears browser data.
• Set when to clear data from.
• Automatically forget at user set intervals.

Clear Browser Data:
Please see https://github.com/InternalError503/forget-it#clear-browser-data for more information about what data it can clear.

Disclaimer:
The Clear Browser Data feature is use at own risk, 
If you use this feature then you understand the risk that it permanently deletes 
this data, What data does it cover see: https://github.com/InternalError503/forget-it#clear-browser-data

Can any of the data be recovered once deleted, No it permanently deletes this data.

Source Code: 
Repository for forget it https://github.com/InternalError503/forget-it

Note: If you have any issues or questions please use our support system:
https://8pecxstudios.com/contact-us                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Forget It Forget It
ID nlkcdcegdeibofhgkiodigcnidlbgafe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forget-it/nlkcdcegdeibofhgkiodigcnidlbgafe
คำอธิบาย Allows users to easily forget current browsing history and data
ขนาดไฟล์ 563 KB
จำนวนการติดตั้ง 637
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2017-12-21
วันที่เผยแพร่ 2017-12-21
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://8pecxstudios.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://8pecxstudios.com/
URL หน้าช่วยเหลือ https://8pecxstudios.com/contact-us
ภาษาที่รองรับ en,en-US,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "options_page": "settings.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "images\/icon48.png",
        "default_popup": "forget.html"
    },
    "background": {
        "scripts": [
            "js\/overlay.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "browsingData",
        "storage",
        "contextMenus"
    ],
    "version": "1.8"
}