Cleaner History Browser

Clean browser hisotry

Τι είναι το Cleaner History Browser;

Το Cleaner History Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Browser History Cleaner, και η κύρια λειτουργία του είναι "Clean browser hisotry".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Cleaner History Browser

Λήψη αρχείων επέκτασης Cleaner History Browser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Our program is a simple application that cleans your browser history and speeds up your browser.

To begin utilizing this program, click the Add to Chrome button.

My browser is quite sluggish. What should I do?
The issue with all browsers is that they become sluggish and awkward after a time. Launching, loading websites, and opening and closing tabs all take time.
That is when you should consider removing the web cache, history of visited websites, cookies, and so on.

With just one click, delete all of your cookies, cache, and history in Google Chrome!
The Chrome browser may be sped faster using this plugin.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cleaner History Browser Cleaner History Browser
ID ilghdkjehljecjkhbllonjgkbkccmhpl
Επίσημο URL https://chromewebstore.google.com/detail/cleaner-history-browser/ilghdkjehljecjkhbllonjgkbkccmhpl
Περιγραφή Clean browser hisotry
Μέγεθος Αρχείου 804 KB
Αριθμός Εγκαταστάσεων 50
Τρέχουσα Έκδοση 1.7.1
Τελευταία Ενημέρωση 2022-07-12
Ημερομηνία Δημοσίευσης 2022-07-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Browser History Cleaner
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/13GPQqDp3S_Lm0wSeDHlpqYQb9KH49NVL3m9g4RJ3rFQ
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,sr,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "Clean browser hisotry",
    "homepage_url": "https:\/\/click-and-clean.freebusinessapps.net\/",
    "icons": {
        "16": "icons1983\/icon16.png",
        "32": "icons1983\/icon32.png",
        "48": "icons1983\/icon48.png",
        "64": "icons1983\/icon64.png",
        "128": "icons1983\/icon128.png",
        "256": "icons1983\/icon256.png",
        "300": "icons1983\/icon300.png",
        "512": "icons1983\/icon512.png"
    },
    "manifest_version": 3,
    "name": "Cleaner History Browser",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "browsingData",
        "cookies",
        "activeTab",
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contenta42.js"
            ],
            "run_at": "document_start"
        }
    ],
    "author": "[email protected]"
}