Tab Explosion!

Explodes your tabs at Midnight

Qu'est-ce que Tab Explosion! ?

Tab Explosion! est une extension Chrome développée par GoldinGuy, et sa fonction principale est "Explodes your tabs at Midnight".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Explosion!

Téléchargez les fichiers d'extension Tab Explosion! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✨ 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).                    

Informations de Base sur l'Extension

Nom Tab Explosion! Tab Explosion!
ID fecbckedngnkacggjflnldgjknhflljf
URL Officiel https://chrome.google.com/webstore/detail/tab-explosion/fecbckedngnkacggjflnldgjknhflljf
Description Explodes your tabs at Midnight
Taille du Fichier 23.88 KB
Nombre d'Installations 131
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-12-12
Date de Publication 2020-12-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur GoldinGuy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/GoldinGuy/TabExplosion
URL de la Page d'Aide https://github.com/GoldinGuy/TabExplosion/issues
Langues Prises en Charge 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"
    }
}