Shrug it off
Shrug it off
What is Shrug it off?
Shrug it off is a Chrome extension developed by almcelmon, and its main feature is "Shrug it off".
Download Shrug it off Extension CRX File
Download Shrug it off 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
Copy various emotes to your clipboard.
Extension Basic Information
Name | Shrug it off |
ID | jmmjglmfijkbblhcdbehpcngbakkgkfl |
Official URL | https://chromewebstore.google.com/detail/shrug-it-off/jmmjglmfijkbblhcdbehpcngbakkgkfl |
Description | Shrug it off |
File Size | 5.47 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2016-01-19 |
Publish Date | 2016-01-19 |
Rating | 5.00/5 Total 8 Ratings |
Developer | almcelmon |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shrug it off", "description": "Shrug it off", "permissions": [ "clipboardRead" ], "icons": { "32": "shrug32.png", "128": "shrug128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "shrug32.png", "default_popup": "menu.html" }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |