Shia Labeouf
Changes Car to Shia Labeouf. (Including any words that have car in them.)
Shia Labeoufとは何ですか?
Shia Labeoufはpokemonraterによって開発されたChromeの拡張機能で、その主な機能は「Changes Car to Shia Labeouf. (Including any words that have car in them.)」です。
Shia Labeouf拡張機能のCRXファイルをダウンロード
Shia Labeouf拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | lpjadpempehpmgohfhippcljaafbhlca |
公式URL | https://chrome.google.com/webstore/detail/shia-labeouf/lpjadpempehpmgohfhippcljaafbhlca |
説明 | Changes Car to Shia Labeouf. (Including any words that have car in them.) |
ファイルサイズ | 3.55 KB |
インストール数 | 30 |
現在のバージョン | 1.0 |
最終更新日 | 2016-03-08 |
公開日 | 2016-03-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | pokemonrater |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shia Labeouf", "description": "Changes Car to Shia Labeouf. (Including any words that have car in them.)", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |