Falling Metal Pipe

A metal pipe falls every time you open a tab

Vad är Falling Metal Pipe?

Falling Metal Pipe är en Chrome-tillägg utvecklad av https://swantzter.se, och dess huvudfunktion är "A metal pipe falls every time you open a tab".

Tilläggsskärmbilder

screenshot

Ladda ner Falling Metal Pipe-förlängningens CRX-fil

Ladda ner Falling Metal Pipe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Add some more excitement to your day and show to your co-workers that you are winning at productivity with how many research tabs you are opening.

Now also provides a devastating reminder of the fragility of progress when you close a tab                    

Grundläggande Information om Tillägg

Namn Falling Metal Pipe Falling Metal Pipe
ID nbgmlhcjfjkbpflgcfemflmcdgegcckj
Officiell webbadress https://chromewebstore.google.com/detail/falling-metal-pipe/nbgmlhcjfjkbpflgcfemflmcdgegcckj
Beskrivning A metal pipe falls every time you open a tab
Filstorlek 64.92 KB
Antal Installationer 942
Aktuell Version 1.2.0
Senast Uppdaterad 2023-05-02
Publiceringsdatum 2023-04-27
Betyg 5.00/5 Totalt 22 Betyg
Utvecklare https://swantzter.se
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/swantzter/crx-falling-metal-pipe
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Falling Metal Pipe",
    "version": "1.2.0",
    "description": "A metal pipe falls every time you open a tab",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "offscreen"
    ],
    "author": {
        "email": "[email protected]"
    },
    "homepage_url": "https:\/\/github.com\/swantzter\/crx-falling-metal-pipe"
}