Super flies

A fly will invade your website and then disappear

What is Super flies?

Super flies is a Chrome extension developed by namdaik, and its main feature is "A fly will invade your website and then disappear".

Extension Screenshots

screenshot
screenshot

Download Super flies Extension CRX File

Download Super flies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Super flies Super flies
ID caklloabpkalcbddamnocieihkkokknc
Official URL https://chrome.google.com/webstore/detail/super-flies/caklloabpkalcbddamnocieihkkokknc
Description A fly will invade your website and then disappear
File Size 918 KB
Installation Count 308
Current Version 0.0006
Last Updated 2021-08-26
Publish Date 2020-09-17
Rating 5.00/5 Total 4 Ratings
Developer namdaik
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Supported Languages 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"
    ]
}