ChRAM: Simple Browsing Data Cleaner

Clean Browsing Data with ChRAM

Τι είναι το ChRAM: Simple Browsing Data Cleaner;

Το ChRAM: Simple Browsing Data Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TabIt, και η κύρια λειτουργία του είναι "Clean Browsing Data with ChRAM".

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

screenshot

Λήψη αρχείου CRX της επέκτασης ChRAM: Simple Browsing Data Cleaner

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

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

                        ###  CLEANING OPTIONS:  ###
# Discard/unload tabs (Clean out the RAM) : : Random-Access Memory(RAM), occupied by the Chrome's tabs will be cleared - loaded data, like images, videos, text, page structures will be removed from the RAM, while your sessions with cookies for the visited web-sites are kept. If you highlight(Ctrl+Click to select) tabs from various windows of Chrome, they will remain in the same state, as they were before.
# Clear browsing history : : Browsing history on synced devices will be removed too
# Clear cached files (Clean out the ROM) : : Images and files cached by Chrome will be deleted
# Clear cookies and other site data (Sign-out of accounts) : : You won't be signed-out of your Google account

ONE MORE THING:  For your convenience ShortCut 'Alt+PageUp' will take you to the previous Chrome window & 'Alt+PageDown' will take you to the next one. If not, try assigning them at chrome://extensions. You can also disable them there too.                    

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

Όνομα ChRAM: Simple Browsing Data Cleaner ChRAM: Simple Browsing Data Cleaner
ID pogibncdlnomiioielcgkhhgcmhokcma
Επίσημο URL https://chromewebstore.google.com/detail/chram-simple-browsing-dat/pogibncdlnomiioielcgkhhgcmhokcma
Περιγραφή Clean Browsing Data with ChRAM
Μέγεθος Αρχείου 120 KB
Αριθμός Εγκαταστάσεων 567
Τρέχουσα Έκδοση 4.1.3
Τελευταία Ενημέρωση 2022-02-12
Ημερομηνία Δημοσίευσης 2019-02-25
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής TabIt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "ChRAM",
    "name": "ChRAM: Simple Browsing Data Cleaner",
    "version": "4.1.3",
    "description": "Clean Browsing Data with ChRAM",
    "offline_enabled": true,
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "browser_action": {
        "default_title": "Clean Browsing Data with ChRAM",
        "default_popup": "\/index.html",
        "default_icon": {
            "128": "images\/logo128.png",
            "48": "images\/logo48.png",
            "16": "images\/logo16.png"
        }
    },
    "permissions": [
        "browsingData",
        "system.memory",
        "notifications",
        "management"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "commands": {
        "prev-window": {
            "suggested_key": {
                "default": "Alt+PageUp"
            },
            "description": "Open previous Chrome window"
        },
        "next-window": {
            "suggested_key": {
                "default": "Alt+PageDown"
            },
            "description": "Open next Chrome window"
        }
    }
}