TabBot

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

TabBot क्या है?

TabBot appsbylamby द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}