ShortLink Decode

This extensions help decode the short link into the original link

Τι είναι το ShortLink Decode;

Το ShortLink Decode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tienich.xyz, και η κύρια λειτουργία του είναι "This extensions help decode the short link into the original link".

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

screenshot

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

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

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

                        This extensions help decode the short link into the original link on web page                    

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

Όνομα ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
Επίσημο URL https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
Περιγραφή This extensions help decode the short link into the original link
Μέγεθος Αρχείου 18.34 KB
Αριθμός Εγκαταστάσεων 149
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-05-15
Ημερομηνία Δημοσίευσης 2019-05-09
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://tienich.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}