Forget about this site

Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.

Forget about this site란 무엇입니까?

Forget about this site은(는) Blaise Kal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting."입니다.

확장 프로그램 스크린샷

screenshot

Forget about this site 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS.

This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites.

Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].                    

확장 프로그램 기본 정보

이름 Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
공식 URL https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
설명 Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
파일 크기 135 KB
설치 횟수 1,143
현재 버전 1.8.0
최근 업데이트 2021-06-15
출시 날짜 2019-12-28
평점 4.00/5 총 6 개의 평점
개발자 Blaise Kal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/blaise-io/forget-about-this-site#readme
도움말 페이지 URL https://github.com/blaise-io/forget-about-this-site/issues
지원되는 언어 de,en,fr,nl,es,it,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.8.0",
    "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "downloads",
        "history",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "256": "\/icons\/icon.png"
    },
    "page_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            }
        }
    }
}