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
官方網址 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"
            ]
        }
    ]
}