Super flies

A fly will invade your website and then disappear

Wat is Super flies?

Super flies is een Chrome-extensie ontwikkeld door namdaik, en de belangrijkste functie is "A fly will invade your website and then disappear".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Super flies

Download Super flies-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

                        A funny widget. A fly will show up on your web and then disappear.                    

Basisinformatie over de Extensie

Naam Super flies Super flies
ID caklloabpkalcbddamnocieihkkokknc
Officiële URL https://chrome.google.com/webstore/detail/super-flies/caklloabpkalcbddamnocieihkkokknc
Beschrijving A fly will invade your website and then disappear
Bestandsgrootte 918 KB
Aantal Installaties 308
Huidige Versie 0.0006
Laatst Bijgewerkt 2021-08-26
Publicatiedatum 2020-09-17
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar namdaik
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super flies",
    "version": "0.0006",
    "manifest_version": 3,
    "description": "A fly will invade your website and then disappear",
    "icons": {
        "19": "\/assets\/images\/ruoi\/ruoi19.png",
        "128": "\/assets\/images\/ruoi\/ruoi128.png",
        "16": "\/assets\/images\/ruoi\/ruoi16.png",
        "38": "\/assets\/images\/ruoi\/ruoi38.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "\/assets\/images\/ruoi\/ruoi19.png",
        "default_popup": "pages\/options.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ]
}