Mouse click effects (๑•́ ∀ •̀๑)
(๑•́ ∀ •̀๑) Funny mouse click effects
What is Mouse click effects (๑•́ ∀ •̀๑)?
Mouse click effects (๑•́ ∀ •̀๑) is a Chrome extension developed by Louis, and its main feature is "(๑•́ ∀ •̀๑) Funny mouse click effects".
Extension Screenshots
Download Mouse click effects (๑•́ ∀ •̀๑) Extension CRX File
Download Mouse click effects (๑•́ ∀ •̀๑) 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
(๑•́ ∀ •̀๑) Funny mouse click effects
** Update 1.2.8 (Nov 2018) **
1. Add random color.
** Update 1.2 (Nov 2018) **
1. Add settings. Extension Basic Information
| Name | |
| ID | ljoolhajdkmjfneghpfiofogllcninii |
| Official URL | https://chromewebstore.google.com/detail/mouse-click-effects-%E0%B9%91%E2%80%A2%CC%81-%E2%88%80/ljoolhajdkmjfneghpfiofogllcninii |
| Description | (๑•́ ∀ •̀๑) Funny mouse click effects |
| File Size | 94.17 KB |
| Installation Count | 10,000 |
| Current Version | 1.2.9 |
| Last Updated | 2018-11-19 |
| Publish Date | 2018-11-18 |
| Rating | 4.09/5 Total 55 Ratings |
| Developer | Louis |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://checkget.com/privacy |
| Supported Languages | en,zh-CN,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "1.2.9",
"description": "__MSG_extDesc__",
"browser_action": {
"default_icon": "images\/n128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/n16.png",
"32": "images\/n32.png",
"48": "images\/n48.png",
"128": "images\/n128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery.min.js",
"popup.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
]
} | |