Emoji rain

Emoji rain

What is Emoji rain?

Emoji rain is a Chrome extension developed by Emilien Bidet, and its main feature is "Emoji rain".

Extension Screenshots

screenshot

Download Emoji rain Extension CRX File

Download Emoji rain 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

                        IT'S RAINING MEN !!!!

Start raining emojis on the current page when you click the extension icon.

Open source :
https://github.com/emilienbidet/emoji-rain                    

Extension Basic Information

Name Emoji rain Emoji rain
ID ihjaockbgnlejfkojoekkaklklmodfnf
Official URL https://chromewebstore.google.com/detail/emoji-rain/ihjaockbgnlejfkojoekkaklklmodfnf
Description Emoji rain
File Size 29.48 KB
Installation Count 59
Current Version 0.0.0.1
Last Updated 2022-10-28
Publish Date 2022-10-27
Rating 5.00/5 Total 1 Ratings
Developer Emilien Bidet
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji rain",
    "manifest_version": 3,
    "version": "0.0.0.1",
    "description": "Emoji rain",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Emilien Bidet",
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}