Rock Paper Scissors
Let's Play Rock Paper Scissors
What is Rock Paper Scissors?
Rock Paper Scissors is a Chrome extension developed by mushahidkhan835, and its main feature is "Let's Play Rock Paper Scissors".
Extension Screenshots
Download Rock Paper Scissors Extension CRX File
Download Rock Paper Scissors 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
The users can test their luck against the computer in this extension. This is an extension which the users can use to play Rock, Paper, Scissors against the computer. User must choose from the following options: Rock, Paper or Scissors(with only first letter capitalized). A wrong entry will enable the extension tell the user that an invalid entry has been made.
Extension Basic Information
Name | Rock Paper Scissors |
ID | inimhkhhdbgeghmjoeaclkcfemkmkhde |
Official URL | https://chromewebstore.google.com/detail/rock-paper-scissors/inimhkhhdbgeghmjoeaclkcfemkmkhde |
Description | Let's Play Rock Paper Scissors |
File Size | 9.8 KB |
Installation Count | 323 |
Current Version | 1.2 |
Last Updated | 2015-01-06 |
Publish Date | 2015-01-05 |
Rating | 1.67/5 Total 3 Ratings |
Developer | mushahidkhan835 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rock Paper Scissors", "version": "1.2", "description": "Let's Play Rock Paper Scissors", "manifest_version": 2, "browser_action": { "default_icon": "p2.png", "default_popup": "popup.html" } } |