Tab Explosion!

Explodes your tabs at Midnight

Tab Explosion! क्या है?

Tab Explosion! GoldinGuy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Explodes your tabs at Midnight"।

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

screenshot
screenshot
screenshot

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

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

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

                        ✨ As @backlon says, Friday is "that day." All your tabs self-destruct at midnight. Only with this chrome extension, that actually happens, and with a cool explosion too...

With TabExplosion, your tabs implode when the clock strikes 12. You will never have to deal with dozens of pages of tabs ever again. Increase your productivity, and start each day fresh with a blank browser. 

You can decide which day you want to blow up your browser (by default every Friday), or even schedule it daily for the hardcore web-surfer.

DISCLAIMER: This extension may not work properly if your browser is closed or your computer is off when the alarm triggers. The particle effect may also be blocked by some ad blockers and web pages (or if you are in a system page such as extension settings).                    

एक्सटेंशन की मूल जानकारी

नाम Tab Explosion! Tab Explosion!
ID fecbckedngnkacggjflnldgjknhflljf
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-explosion/fecbckedngnkacggjflnldgjknhflljf
विवरण Explodes your tabs at Midnight
फ़ाइल का आकार 23.88 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-12-12
प्रकाशन तिथि 2020-12-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर GoldinGuy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/GoldinGuy/TabExplosion
सहायता पृष्ठ URL https://github.com/GoldinGuy/TabExplosion/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Explosion!",
    "version": "1.0.1",
    "author": "@GoldinGuy",
    "manifest_version": 2,
    "description": "Explodes your tabs at Midnight",
    "background": {
        "scripts": [
            "index.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Tab Explosion!",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "assets\/icon.png"
    }
}