Chrome Booster + Clear Cache & Cookies

Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option

Chrome Booster + Clear Cache & Cookiesとは何ですか?

Chrome Booster + Clear Cache & Cookiesはheterodoxによって開発されたChromeの拡張機能で、その主な機能は「Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Chrome Booster + Clear Cache & Cookies拡張機能のCRXファイルをダウンロード

Chrome Booster + Clear Cache & Cookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Whenever you find yourself with too many tabs, click the One Tab icon in New Tab to improve the performance. When you need to access the tabs again, you can click on the Restore Tabs icon.
In Addition your data in sync with your Google account So you can Restore the tabs from Home Which you moved to OneTab from office.

Beautiful featured photos from Unsplash in your new tabs.
Each time you open a new tab, will show you a beautiful high-resolution photo from Unsplash — free to download and use however you want.

DuckDuckGo The search engine that doesn't track you.

Features:
 • Beautiful photos from Unsplash in every new tab
 • Download photos directly to your computer
 • Save up to 95% memory and reduce tab clutter
 • DuckDuckGo as the Search Engine.
 • Option to clear site cache & cookies from on Right click.                    

拡張機能の基本情報

名前 Chrome Booster + Clear Cache & Cookies Chrome Booster + Clear Cache & Cookies
ID bhmoolpggichjcaoglpbfcokkgnhnjnj
公式URL https://chrome.google.com/webstore/detail/chrome-booster-+-clear-ca/bhmoolpggichjcaoglpbfcokkgnhnjnj
説明 Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option
ファイルサイズ 118 KB
インストール数 28
現在のバージョン 4.2
最終更新日 2021-08-26
公開日 2020-01-12
評価 5.00/5 合計 1 レビュー
開発者 heterodox
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Booster + Clear Cache & Cookies",
    "description": "Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option",
    "version": "4.2",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "topSites",
        "chrome:\/\/favicon\/",
        "browsingData",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Chrome Booster",
        "default_icon": "256.png"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png",
        "256": "256.png",
        "512": "512.png"
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    }
}