[Buzzfeed Replacement]
[Replaces the word Buzzfeed in your browser.]
[Buzzfeed Replacement]とは何ですか?
[Buzzfeed Replacement]はJason Lambによって開発されたChromeの拡張機能で、その主な機能は「[Replaces the word Buzzfeed in your browser.]」です。
拡張機能のスクリーンショット
[Buzzfeed Replacement]拡張機能のCRXファイルをダウンロード
[Buzzfeed Replacement]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension will replace the word "BuzzFeed" with "Life affirming list for sad millenials".
In Alpha.                     拡張機能の基本情報
| 名前 |   |  
| ID | kofnoecigmaecpnejpoaaampodgpbmfg | 
| 公式URL | https://chromewebstore.google.com/detail/buzzfeed-replacement/kofnoecigmaecpnejpoaaampodgpbmfg | 
| 説明 | [Replaces the word Buzzfeed in your browser.] | 
| ファイルサイズ | 3.29 KB | 
| インストール数 | 13 | 
| 現在のバージョン | 0.2 | 
| 最終更新日 | 2015-09-22 | 
| 公開日 | 2015-09-22 | 
| 評価 | 1.00/5 合計 1 レビュー | 
| 開発者 | Jason Lamb | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Buzzfeed Replacement]",
    "description": "[Replaces the word Buzzfeed in your browser.]",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |