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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον heterodox, και η κύρια λειτουργία του είναι "Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Booster + Clear Cache & Cookies

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}