Dogs to spiders

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

什么是Dogs to spiders?

Dogs to spiders是由saw开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey”。

扩展截图

screenshot

下载Dogs to spiders扩展crx文件

下载Dogs to spiders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
官方URL https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
简介 Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
文件大小 16.75 KB
安装次数 22
当前版本 1.0.7
更新时间 2016-06-07
上架时间 2016-06-06
评分 4.20/5 共5次评分
开发者 saw
付费类型 free
扩展官网 https://github.com/saw/dogs-to-spiders
支持的语言 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"
        }
    ]
}