Cant Find Anything

To assist in figuring out why a website is down and help with finding active websites

Τι είναι το Cant Find Anything;

Το Cant Find Anything είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον uploadextsubmissions, και η κύρια λειτουργία του είναι "To assist in figuring out why a website is down and help with finding active websites".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cant Find Anything

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

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

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

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

Όνομα Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
Επίσημο URL https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
Περιγραφή To assist in figuring out why a website is down and help with finding active websites
Μέγεθος Αρχείου 15.53 KB
Αριθμός Εγκαταστάσεων 16,000
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2022-06-09
Ημερομηνία Δημοσίευσης 2022-04-19
Αξιολόγηση 2.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής uploadextsubmissions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cantfindanything.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rachel S",
    "name": "Cant Find Anything",
    "short_name": "cant find anything",
    "homepage_url": "https:\/\/cantfindanything.com",
    "description": "To assist in figuring out why a website is down and help with finding active websites",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}