Ward to Beardy McTraitorson
Replaces the text 'Ward' with 'Beardy McTraitorson'.
Ward to Beardy McTraitorsonとは何ですか?
Ward to Beardy McTraitorsonはAndrewによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Ward' with 'Beardy McTraitorson'.」です。
拡張機能のスクリーンショット
Ward to Beardy McTraitorson拡張機能のCRXファイルをダウンロード
Ward to Beardy McTraitorson拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Replaces "Ward" with "Beardy McTraitorson"
Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                     拡張機能の基本情報
| 名前 |  | 
| ID | eeiloalhakajfbkokmlmlmkdbcidinfd | 
| 公式URL | https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd | 
| 説明 | Replaces the text 'Ward' with 'Beardy McTraitorson'. | 
| ファイルサイズ | 3.36 KB | 
| インストール数 | 23 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2014-09-25 | 
| 公開日 | 2014-09-25 | 
| 評価 | 5.00/5 合計 5 レビュー | 
| 開発者 | Andrew | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ward to Beardy McTraitorson",
    "version": "1.0",
    "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
} | |