Dogs to spiders

Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey

What is Dogs to spiders?

Dogs to spiders is a Chrome extension developed by saw, and its main feature is "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".

Extension Screenshots

screenshot

Download Dogs to spiders Extension CRX File

Download Dogs to spiders 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

                        This will replace all references to dogs with spiders. For amusement.                    

Extension Basic Information

Name Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
Official URL https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
Description Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
File Size 16.75 KB
Installation Count 22
Current Version 1.0.7
Last Updated 2016-06-07
Publish Date 2016-06-06
Rating 4.20/5 Total 5 Ratings
Developer saw
Payment Type free
Extension Website https://github.com/saw/dogs-to-spiders
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogs to spiders",
    "short_name": "Spiders",
    "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey",
    "author": "Stephen Woods",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}