Beautiful chickens

This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.

Beautiful chickensとは何ですか?

Beautiful chickensはGeneticJenによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.」です。

拡張機能のスクリーンショット

screenshot

Beautiful chickens拡張機能のCRXファイルをダウンロード

Beautiful chickens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces "beauty" with "chickens" on Twitter as requested.                    

拡張機能の基本情報

名前 Beautiful chickens Beautiful chickens
ID edbpbbfeopbpmjepobedefghpjmjmjhg
公式URL https://chromewebstore.google.com/detail/beautiful-chickens/edbpbbfeopbpmjepobedefghpjmjmjhg
説明 This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.
ファイルサイズ 3.3 KB
インストール数 207
現在のバージョン 0.1
最終更新日 2016-07-23
公開日 2016-07-23
評価 4.00/5 合計 8 レビュー
開発者 GeneticJen
支払い方法 free
拡張機能のウェブサイト http://geneticjen.com
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful chickens",
    "version": "0.1",
    "description": "This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "overrides.js"
            ]
        }
    ]
}