30nama Redirector

This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.

Τι είναι το 30nama Redirector;

Το 30nama Redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον officialcinama, και η κύρια λειτουργία του είναι "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης 30nama Redirector

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

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

                        This plugin has been designed only for 30nama users, it would automatically redirect you from 30nama’s old domain names to the most recent one so you never have to worry about finding the new domain name again, and in case there are any problems there is button that would allow you to contact our 24/7 support by telegram.                    

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

Όνομα 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
Επίσημο URL https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Περιγραφή This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Μέγεθος Αρχείου 19.36 KB
Αριθμός Εγκαταστάσεων 2,246
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2020-11-29
Ημερομηνία Δημοσίευσης 2020-11-29
Αξιολόγηση 4.88/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής officialcinama
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "30nama Redirector",
    "version": "1.5",
    "description": "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "icons": {
        "48": "icons\/redirector.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/redirector.png",
        "default_title": "30nama Redirector",
        "default_popup": "popup\/redirector.html"
    }
}