Flapjack Scream
Adds a button that will play the flapjack scream.
What is Flapjack Scream?
Flapjack Scream is a Chrome extension developed by Unknown, and its main feature is "Adds a button that will play the flapjack scream.".
Extension Screenshots
Download Flapjack Scream Extension CRX File
Download Flapjack Scream 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
Adds a button that will play the flapjack scream.
Extension Basic Information
Name | |
ID | llfkmholofohlodlgnlclhbengmfmllo |
Official URL | https://chromewebstore.google.com/detail/flapjack-scream/llfkmholofohlodlgnlclhbengmfmllo |
Description | Adds a button that will play the flapjack scream. |
File Size | 942 KB |
Installation Count | 26 |
Current Version | 1.4 |
Last Updated | 2019-01-07 |
Publish Date | 2019-01-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "mask16.png", "default_title": "UUUAAAAGGH" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a button that will play the flapjack scream.", "background": { "scripts": [ "background.js" ] }, "name": "Flapjack Scream", "permissions": [], "icons": { "48": "mask48.png", "128": "mask128.png", "16": "mask16.png" }, "manifest_version": 2, "version": "1.4" } |