Spray-tanned blobfish

This extension replaces Donald Trump with a random description that Jezebel has used to describe him

什么是Spray-tanned blobfish?

Spray-tanned blobfish是由natekandler开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces Donald Trump with a random description that Jezebel has used to describe him”。

扩展截图

screenshot

下载Spray-tanned blobfish扩展crx文件

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

扩展使用说明

                        This extension replaces Donald Trump's name with a random description used on the site http://jezebel.com/.

exs. Half-melted pile of candy corn from Halloween ‘83, A parking cone with emotional issues,                    

扩展基本信息

名称 Spray-tanned blobfish Spray-tanned blobfish
ID fonnacpnjcpacgifamkndcphmommihmm
官方URL https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm
简介 This extension replaces Donald Trump with a random description that Jezebel has used to describe him
文件大小 8.61 KB
安装次数 33
当前版本 0.2
更新时间 2017-01-28
上架时间 2017-01-27
评分 5.00/5 共2次评分
开发者 natekandler
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spray-tanned blobfish",
    "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}