Flying Buttons

Make all buttons from all website flying

Wat is Flying Buttons?

Flying Buttons is een Chrome-extensie ontwikkeld door Bastien Le Gall, en de belangrijkste functie is "Make all buttons from all website flying".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flying Buttons

Download Flying Buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Little extension to prank colleagues, make all buttons and link fly on all websites                    

Basisinformatie over de Extensie

Naam Flying Buttons Flying Buttons
ID eapoficnfaiibccajcioechlbiaadkgg
Officiële URL https://chromewebstore.google.com/detail/flying-buttons/eapoficnfaiibccajcioechlbiaadkgg
Beschrijving Make all buttons from all website flying
Bestandsgrootte 89.45 KB
Aantal Installaties 21
Huidige Versie 1.5
Laatst Bijgewerkt 2022-03-25
Publicatiedatum 2022-03-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Bastien Le Gall
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flying Buttons",
    "description": "Make all buttons from all website flying",
    "version": "1.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/wing.png",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "50": ".\/wing.png"
    }
}