Delete Search History- Automagically!

Automagically enables a private & discreet browsing experience, by auto-clearing your search history! ⚡

什麼是Delete Search History- Automagically!?

Delete Search History- Automagically!是由https://automagic.ly開發的Chrome擴展程式,該擴展的主要功能是“Automagically enables a private & discreet browsing experience, by auto-clearing your search history! ⚡”。

擴展截圖

screenshot

下載Delete Search History- Automagically!擴展crx文件

下載Delete Search History- Automagically!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing Automagically! 
The ultimate tool to automatically delete & manage your search history and maintain your online privacy. 

Designed to deliver a cleaner, smoother search experience, Automagically is your go-to solution for managing and clearing your search history, including Bing history, automatically.

By clicking "Add to Chrome", you accept and agree to installing Automagically and setting the default search to Bing which is provided by the service, Terms of Use, and Privacy Policy.

Automagically is a powerful tool that works by deleting your search history once you close a webpage or a tab. It's simple, reliable, and effective. No more manual clearing of history, Automagically does it all for you without a hitch. It's the perfect tool for users who value their privacy and want to keep their online activities discreet.

Key Features:

- Auto-delete search history: Automagically automatically clears your search history, including Bing search history, as soon as you close a webpage or tab.
- Easy to use: No complicated setup or technical know-how needed. Simply install Automagically! and it will start working right away.
- Privacy protection: By deleting your search history, Automagically helps protect your privacy and keeps your online activities confidential.

Key Benefits:

- Save time: No need to manually clear search history. Automagically takes care of it for you.
- Maintain privacy: Keep your online activities private by automatically deleting your search history.
- Hassle-free experience: Enjoy a cleaner, smoother, and more private browsing experience with Automagically!

Who is it for?
- For individuals who value their online privacy.
- For users who frequently search sensitive information
- For folks who want to keep their activities confidential.
- For those who want a hassle-free way to manage and clear their search history.

Automagically is perfect for anyone who values their privacy and wants to maintain a clean and uncluttered browsing experience. Whether you're an individual who frequently searches the web or a professional who wants to keep their online activities discreet, Automagically is the tool for you. For a consistent & clean search experience, Automagically changes the default search provider to GPT-4 powered Microsoft Bing. Using a consistent search provider helps Automagically effectively manage the user search history.

Experience an uncluttered, private, and seamless browsing experience with Automagically! Start managing your search history effectively and delete history effortlessly. Automatically clear you search history, with ease. 

Links:
Privacy policy: https://t.ly/automagically-privacy-policy
Terms of service: https://t.ly/automagically-terms
About us: https://t.ly/automagically-about
Queries? Ping us at: [email protected]


Install Automagically! today and take control of your online privacy!                    

擴展基本資訊

名稱 Delete Search History- Automagically! Delete Search History- Automagically!
ID dhoolcnhokmhfjlenbefdhilmhnjphhd
官方網址 https://chromewebstore.google.com/detail/delete-search-history-aut/dhoolcnhokmhfjlenbefdhilmhnjphhd
簡介 Automagically enables a private & discreet browsing experience, by auto-clearing your search history! ⚡
檔案大小 56.48 KB
安裝次數 171
目前版本 1.0.7
更新時間 2024-01-02
上架時間 2023-11-17
開發者 https://automagic.ly
電子郵箱 [email protected]
付費類型 free
擴展官網 https://automagic.ly
說明頁面URL https://chrome.google.com/webstore/detail/delete-search-history-aut/dhoolcnhokmhfjlenbefdhilmhnjphhd/support
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vTlWC_nNP8f97uoiPpZe-iz6P-_73X0NX0C_dIH50eIUPtsayQqJvqFXk_t1m0rowFPlHVIEFEfq_Ca/pub
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Delete Search History- Automagically!",
    "short_name": "Automagically!",
    "version": "1.0.7",
    "description": "Automagically enables a private & discreet browsing experience, by auto-clearing your search history! \u26a1",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/automagic.ly",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Automagically!",
            "keyword": "Search",
            "search_url": "https:\/\/automagic.ly\/search?FORM=VLTS01&PC=ATVL&PTAG=71729&q={searchTerms}",
            "instant_url": "https:\/\/automagic.ly\/search?FORM=VLTS01&PC=ATVL&PTAG=71729&q={searchTerms}",
            "favicon_url": "https:\/\/automagic.ly\/favicon_.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "permissions": [
        "storage",
        "background",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bing.com\/search*"
            ],
            "css": [
                "styles\/bing.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "offline_enabled": true,
    "author": "Automagically!",
    "background": {
        "service_worker": "js\/service.js"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "Automagically!"
    }
}