TabBot

TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs.

Τι είναι το TabBot;

Το TabBot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον appsbylamby, και η κύρια λειτουργία του είναι "TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        TabBot monitors and autorefreshes webpages from your browser and alerts you when a selected element on the page changes.

I got the idea while hunting for a PS5 and Xbox Series X during the holidays; I was refreshing my tabs every few minutes hoping to finally see that magic "Buy Now" button and thought: there must be a better way. I created TabBot and, within 24 hours, was able to purchase one after being alerted a payment button finally appeared on the page. The TabBot page monitor /autorefresher extension gives you peace of mind and allows you to do better things with your time than refreshing the same dozen pages over and over again. Simply leave TabBot running in the background and let it work like a fishing pole.

While there are other product monitors out there, they often require you to pay expensive membership fees or surrender reams of personal information to use. TabBot runs in your own browser and requires zero exchanges of data outside your local browser.

My goal is keep this app as open and accessible as possible and save my users time and stress; no one likes to endlessly manually refresh a page. 

Questions or comments? Email me at [email protected]                    

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

Όνομα TabBot TabBot
ID fenpkmdmhmdkiaikjomngcphndncnlmm
Επίσημο URL https://chromewebstore.google.com/detail/tabbot/fenpkmdmhmdkiaikjomngcphndncnlmm
Περιγραφή TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs.
Μέγεθος Αρχείου 46.98 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2021-01-20
Ημερομηνία Δημοσίευσης 2020-12-07
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής appsbylamby
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mytabbot.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabBot",
    "version": "2.0.3",
    "description": "TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/background-779e9a01.js"
        ]
    },
    "web_accessible_resources": [
        "bell.mp3",
        "content.js"
    ],
    "icons": {
        "48": "icon.png",
        "128": "large-icon.png"
    }
}