Shadow Cheese

Changes Cheese to Shadow Cheese.

What is Shadow Cheese?

Shadow Cheese is a Chrome extension developed by pokemonrater, and its main feature is "Changes Cheese to Shadow Cheese.".

Download Shadow Cheese Extension CRX File

Download Shadow Cheese 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

                                            

Extension Basic Information

Name Shadow Cheese Shadow Cheese
ID piblegdcdmffchnlgmbfmhbgnoaojfib
Official URL https://chromewebstore.google.com/detail/shadow-cheese/piblegdcdmffchnlgmbfmhbgnoaojfib
Description Changes Cheese to Shadow Cheese.
File Size 3.52 KB
Installation Count 28
Current Version 1.0
Last Updated 2016-03-09
Publish Date 2016-03-08
Rating 5.00/5 Total 1 Ratings
Developer pokemonrater
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shadow Cheese",
    "description": "Changes Cheese to Shadow Cheese.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}