Snake Popup

It allows you to play snake in your browser.

What is Snake Popup?

Snake Popup is a Chrome extension developed by 4rmy, and its main feature is "It allows you to play snake in your browser.".

Extension Screenshots

screenshot

Download Snake Popup Extension CRX File

Download Snake Popup 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

                        It allows you to play snake in your browser.                    

Extension Basic Information

Name Snake Popup Snake Popup
ID gnkkdbeghmpgjacfeflmofhknmomifci
Official URL https://chromewebstore.google.com/detail/snake-popup/gnkkdbeghmpgjacfeflmofhknmomifci
Description It allows you to play snake in your browser.
File Size 4.24 KB
Installation Count 73
Current Version 1.0
Last Updated 2020-09-28
Publish Date 2020-09-28
Rating 3.75/5 Total 4 Ratings
Developer 4rmy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake Popup",
    "version": "1.0",
    "manifest_version": 2,
    "author": "Jacob Hackman",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Title"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}