Alternate Searches

website is down find out why and look for a new one that is active

Τι είναι το Alternate Searches;

Το Alternate Searches είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nickh178956, και η κύρια λειτουργία του είναι "website is down find out why and look for a new one that is active".

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

screenshot
screenshot

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

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

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

                        Gives user the ability to find out why a site is down and also gives them an option to look for a new site.                    

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

Όνομα Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
Επίσημο URL https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Περιγραφή website is down find out why and look for a new one that is active
Μέγεθος Αρχείου 10.46 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-05-31
Ημερομηνία Δημοσίευσης 2022-05-31
Αξιολόγηση 3.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής nickh178956
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://alternate-searches.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick H",
    "name": "Alternate Searches",
    "short_name": "Alternate-Searches",
    "homepage_url": "https:\/\/alternate-searches.com",
    "description": "website is down find out why and look for a new one that is active",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}