Shia Labeouf
Changes Car to Shia Labeouf. (Including any words that have car in them.)
What is Shia Labeouf?
Shia Labeouf is a Chrome extension developed by pokemonrater, and its main feature is "Changes Car to Shia Labeouf. (Including any words that have car in them.)".
Download Shia Labeouf Extension CRX File
Download Shia Labeouf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | lpjadpempehpmgohfhippcljaafbhlca |
Official URL | https://chrome.google.com/webstore/detail/shia-labeouf/lpjadpempehpmgohfhippcljaafbhlca |
Description | Changes Car to Shia Labeouf. (Including any words that have car in them.) |
File Size | 3.55 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | pokemonrater |
Payment Type | free |
Supported Languages | 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" } ] } |