Exact Time Viewer for Instagram

Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.

Τι είναι το Exact Time Viewer for Instagram;

Το Exact Time Viewer for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Edwin Morris, και η κύρια λειτουργία του είναι "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Exact Time Viewer for Instagram

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

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

                        Hover over any date or time on Instagram to transform it into an exact date and time, in your own time zone. Instagram will show "June 4, 2018" or "1 day ago",  but never the exact time.

This is an open-source project on GitHub:
https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram                    

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

Όνομα Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Επίσημο URL https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Περιγραφή Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Μέγεθος Αρχείου 173 KB
Αριθμός Εγκαταστάσεων 8,000
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2021-10-25
Ημερομηνία Δημοσίευσης 2018-07-20
Αξιολόγηση 4.63/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Edwin Morris
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time Viewer for Instagram",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.",
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}