Autodelete History by Keywords or URL

Auto-delete your browser history & downloads based on custom keywords.

Autodelete History by Keywords or URL란 무엇입니까?

Autodelete History by Keywords or URL은(는) Glen Chiacchieri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-delete your browser history & downloads based on custom keywords."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Autodelete History by Keywords or URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sometimes Incognito just isn't enough. This extension will automatically delete sites in your browser history based on keywords you specify.

Never be embarrassed by your browser history again!

Just enter the keywords you want to be deleted on the settings page. If you visit a site with any of those keywords in the title or URL it won't show in your browser history. Downloads that match those keywords will also be automatically removed from your history (but the file won't be deleted).

This extension is completely private and doesn't store any data about you or the sites you visit. It also doesn't modify any of the sites you visit.

Up to 2 keywords are absolutely free to use forever but if you want unlimited keywords there is $10 one-time charge. This is to be able to make it worthwhile to keep developing and maintaining the extension — it's a lot of work to make good extensions!                    

확장 프로그램 기본 정보

이름 Autodelete History by Keywords or URL Autodelete History by Keywords or URL
ID polggcnmaapkikfinkghdnjobnemolim
공식 URL https://chromewebstore.google.com/detail/autodelete-history-by-key/polggcnmaapkikfinkghdnjobnemolim
설명 Auto-delete your browser history & downloads based on custom keywords.
파일 크기 71.12 KB
설치 횟수 366
현재 버전 1.5
최근 업데이트 2023-02-10
출시 날짜 2021-08-03
평점 2.60/5 총 5 개의 평점
개발자 Glen Chiacchieri
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autodelete History by Keywords or URL",
    "description": "Auto-delete your browser history & downloads based on custom keywords.",
    "version": "1.5",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Autodelete History by Keywords settings"
    },
    "permissions": [
        "storage",
        "notifications",
        "downloads",
        "history"
    ]
}