URL Checker

Safe surfing on the internet with URL checker. Automatically authenticate the websites you browse.

Τι είναι το URL Checker;

Το URL Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον urlchecker.team, και η κύρια λειτουργία του είναι "Safe surfing on the internet with URL checker. Automatically authenticate the websites you browse.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης URL Checker

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

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

                        URL Checker is a chrome extension that aims to help its users avoid online scams. Many online scams use copies of famous websites to scam people. This is especially true in areas such as NFTs, housing scams and postal package scams. Most of these scams could be avoided, however this requires extreme care and attention to detail. This is why even people who are particularly familiar with the web and the internet world can still fall for these scams and this is normal, as they are often very well thought out.
This is why we have decided to bring a new solution.

Namely URL Checker

Our chrome extension aims to authenticate the URLs of the sites you visit in order to warn you if you find yourself on a fraudulent site. 

And nothing more.

We do not collect any data.

We have no ambition to tell people where they should or should not go.

We do not want to order or direct you.

Our only ambition is to be an advisor who simply warns you.
 
Just think of URL Checker as a little ally on your side that prevents you from being fooled by the web.

We want to be a tool to help make the web a safer place. To let creators, artists, innovators, business people and so on.

A safer place for them and their community to express their ideas and work. 

URL Checker.                    

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

Όνομα URL Checker URL Checker
ID oaaigppdgoeojjjgcinbmcfpnjdnhmal
Επίσημο URL https://chromewebstore.google.com/detail/url-checker/oaaigppdgoeojjjgcinbmcfpnjdnhmal
Περιγραφή Safe surfing on the internet with URL checker. Automatically authenticate the websites you browse.
Μέγεθος Αρχείου 19.54 KB
Αριθμός Εγκαταστάσεων 123
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-01-18
Ημερομηνία Δημοσίευσης 2022-01-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής urlchecker.team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://url-checker.net/
Διεύθυνση URL της Σελίδας Βοήθειας http://url-checker.net/pages/contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Checker",
    "description": "Safe surfing on the internet with URL checker. Automatically authenticate the websites you browse.",
    "version": "1.0",
    "manifest_version": 3,
    "author": {
        "name": "Mohsin Ali",
        "url": "https:\/\/fiverr.com\/mohsinaliryk"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "icons\/warning.svg"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "webNavigation",
        "scripting",
        "alarms",
        "storage"
    ]
}