Popup Snake
Popup Snake Game!
What is Popup Snake?
Popup Snake is a Chrome extension developed by Karamat Hashmi, and its main feature is "Popup Snake Game!".
Extension Screenshots
Download Popup Snake Extension CRX File
Download Popup Snake 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
Amazing Addictive Popup Snake Game By Kaami Games! For Times When You Are Bored!
Extension Basic Information
Name | |
ID | lpdkjkogonenmkcmlhmpedmfahlnefma |
Official URL | https://chrome.google.com/webstore/detail/popup-snake/lpdkjkogonenmkcmlhmpedmfahlnefma |
Description | Popup Snake Game! |
File Size | 24.24 KB |
Installation Count | 699 |
Current Version | 2.0 |
Last Updated | 2017-09-23 |
Publish Date | 2017-09-23 |
Rating | 1.56/5 Total 9 Ratings |
Developer | Karamat Hashmi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popup Snake", "description": "Popup Snake Game!", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |