Dark Souls To My Mom Conversion

Replaces the words 'Dark Souls' with the words 'My Mom'

What is Dark Souls To My Mom Conversion?

Dark Souls To My Mom Conversion is a Chrome extension developed by Unknown, and its main feature is "Replaces the words 'Dark Souls' with the words 'My Mom'".

Extension Screenshots

screenshot

Download Dark Souls To My Mom Conversion Extension CRX File

Download Dark Souls To My Mom Conversion 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

                        Hi this app changes 'Dark Souls' to 'My Mom'                    

Extension Basic Information

Name Dark Souls To My Mom Conversion Dark Souls To My Mom Conversion
ID lfjkkiiagpfkcndogoaphcmfcahfmepl
Official URL https://chromewebstore.google.com/detail/dark-souls-to-my-mom-conv/lfjkkiiagpfkcndogoaphcmfcahfmepl
Description Replaces the words 'Dark Souls' with the words 'My Mom'
File Size 3.54 KB
Installation Count 50
Current Version 1.1
Last Updated 2016-04-12
Publish Date 2016-04-12
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Souls To My Mom Conversion",
    "description": "Replaces the words 'Dark Souls' with the words 'My Mom'",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}