Seinfeld Music Player
Plays a randomly selected Seinfeld transition
What is Seinfeld Music Player?
Seinfeld Music Player is a Chrome extension developed by Bensmith12, and its main feature is "Plays a randomly selected Seinfeld transition".
Extension Screenshots
Download Seinfeld Music Player Extension CRX File
Download Seinfeld Music Player 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
Plays a randomised transition track from Seinfeld.
Extension Basic Information
Name | |
ID | icfmblnekobadepefioffapffpmbekpp |
Official URL | https://chrome.google.com/webstore/detail/seinfeld-music-player/icfmblnekobadepefioffapffpmbekpp |
Description | Plays a randomly selected Seinfeld transition |
File Size | 2.74 MB |
Installation Count | 157 |
Current Version | 0.1 |
Last Updated | 2018-09-08 |
Publish Date | 2018-09-08 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Bensmith12 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seinfeld Music Player", "version": "0.1", "manifest_version": 2, "description": "Plays a randomly selected Seinfeld transition", "icons": { "128": "craymore.png" }, "background": { "scripts": [ "\/scripts\/background.js" ], "persistent": true }, "permissions": [ "debugger" ], "browser_action": { "default_icon": "craymore.png", "default_title": "Seinfeld Bassliner" } } |