Putin to Unicorn

Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'

什么是Putin to Unicorn?

Putin to Unicorn是由sumita913开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'”。

扩展截图

screenshot
screenshot

下载Putin to Unicorn扩展crx文件

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

扩展使用说明

                        Changes the name "Vladimir Putin" to "The Grand Magical Unicorn."                    

扩展基本信息

名称 Putin to Unicorn Putin to Unicorn
ID aifgmfjbhcjjbdbgkojdhemaeidmlnla
官方URL https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla
简介 Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
文件大小 4.6 KB
安装次数 342
当前版本 1.0
更新时间 2014-03-28
上架时间 2014-03-28
评分 4.78/5 共18次评分
开发者 sumita913
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putin to Unicorn",
    "version": "1.0",
    "description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}