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"
            ]
        }
    ]
}