Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

什么是Creator of Noise?

Creator of Noise是由mzozy92开发的Chrome扩展程序,该扩展的主要功能是“This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…”。

扩展截图

screenshot

下载Creator of Noise扩展crx文件

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

扩展使用说明

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

扩展基本信息

名称 Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
官方URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
简介 This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
文件大小 3.41 KB
安装次数 77
当前版本 1.0
更新时间 2016-04-21
上架时间 2016-04-21
评分 2.86/5 共7次评分
开发者 mzozy92
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}