Emoji rain
Emoji rain
Wat is Emoji rain?
Emoji rain is een Chrome-extensie ontwikkeld door Emilien Bidet, en de belangrijkste functie is "Emoji rain".
Extensie Screenshots
Download het CRX-bestand van de extensie Emoji rain
Download Emoji rain-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | ihjaockbgnlejfkojoekkaklklmodfnf |
| Officiële URL | https://chromewebstore.google.com/detail/emoji-rain/ihjaockbgnlejfkojoekkaklklmodfnf |
| Beschrijving | Emoji rain |
| Bestandsgrootte | 29.48 KB |
| Aantal Installaties | 59 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2022-10-28 |
| Publicatiedatum | 2022-10-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Emilien Bidet |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |