Fiverr Notification Icon in Title

This Google Chrome Extension will change the Fiverr Icon whenever a notification is received.

Τι είναι το Fiverr Notification Icon in Title;

Το Fiverr Notification Icon in Title είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://poordeveloper.com, και η κύρια λειτουργία του είναι "This Google Chrome Extension will change the Fiverr Icon whenever a notification is received.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fiverr Notification Icon in Title

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

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

                        This Google Chrome Extension allows the user to get notified whenever he receive a message.

You don't need to view Fiverr Tab again and again. Just keep doing your work and the Fiverr icon will turn red when you'll receive any new notification.

Kindly let me know if you have any confusions and issues at [email protected].

Webpage: http://poordeveloper.com/fiverr-notification-icon-title/

Youtube: https://www.youtube.com/watch?v=ZWcGFBoebO4

GIT: https://github.com/onepoordeveloper/fiverr-notification-alert-in-title                    

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

Όνομα Fiverr Notification Icon in Title Fiverr Notification Icon in Title
ID fcglmegnjekkklhoomakhomlkghjpmcc
Επίσημο URL https://chromewebstore.google.com/detail/fiverr-notification-icon/fcglmegnjekkklhoomakhomlkghjpmcc
Περιγραφή This Google Chrome Extension will change the Fiverr Icon whenever a notification is received.
Μέγεθος Αρχείου 57.94 KB
Αριθμός Εγκαταστάσεων 11,700
Τρέχουσα Έκδοση 1.3.5
Τελευταία Ενημέρωση 2023-02-12
Ημερομηνία Δημοσίευσης 2019-10-05
Αξιολόγηση 4.56/5 Συνολικά 63 Αξιολογήσεις
Προγραμματιστής https://poordeveloper.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://poordeveloper.com/fiverr-notification-icon-title/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "author": "[email protected]",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This Google Chrome Extension will change the Fiverr Icon whenever a notification is received.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlLZLXaBkE1o0rnX\/sK6eme2oEZf7LT\/Yo4aKeM6dMDDHUCru\/Q8N\/f2OVJJvPMCJHauxhosdheXZ6K8hGAQf6lBMvDiVg0hDnLRLlxkoG\/795OI41wvqMIoN6YpHmuQ9Hz0oMTtSfX9rEiEXxQlOwUWWZkQyAHFJzgFqPZk3G1wbBPSZixFksTIPiu78mBTFbXTCVP+ATNEqjMTTfeLAiAQ633ekkKpEELZ5qpctjwy8bs8rbvBZHmZZjfGfFDoh2DxLRyrBD1pMll0rsgO7zTS5n3MzQfBQoSrEkx\/QZlmMQ3Z9ISzmRvH51UPWrKqCMmMzj6h\/5Y+55i2CBWqq3wIDAQAB",
    "manifest_version": 2,
    "name": "Fiverr Notification Icon in Title",
    "permissions": [],
    "short_name": "Fiverr Notification Icon in Title",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.5",
    "web_accessible_resources": [
        "images\/fiverr-red.png"
    ]
}