Laugh Track
Laugh Track Button
What is Laugh Track?
Laugh Track is a Chrome extension developed by NZL Truly, and its main feature is "Laugh Track Button".
Extension Screenshots
Download Laugh Track Extension CRX File
Download Laugh Track 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 to Chrome that activates a classic sitcom laugh track.
Extension Basic Information
Name | Laugh Track |
ID | ldmpefffoekmlnbhpajlofdhlbcjifjp |
Official URL | https://chromewebstore.google.com/detail/laugh-track/ldmpefffoekmlnbhpajlofdhlbcjifjp |
Description | Laugh Track Button |
File Size | 368 KB |
Installation Count | 312 |
Current Version | 1.0 |
Last Updated | 2020-03-09 |
Publish Date | 2020-03-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | NZL Truly |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon1.png", "38": "icon1.png" }, "name": "Click Me" }, "description": "Laugh Track Button", "icons": { "128": "icon1.png", "16": "icon1.png", "48": "icon1.png" }, "manifest_version": 2, "name": "Laugh Track", "short_name": "Laugh Track", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |