Forget It

Allows users to easily forget current browsing history and data

Forget It란 무엇입니까?

Forget It은(는) https://8pecxstudios.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows users to easily forget current browsing history and data"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Forget It 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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