Shia Labeouf
Changes Car to Shia Labeouf. (Including any words that have car in them.)
Co je Shia Labeouf?
Shia Labeouf je rozšíření Chrome vyvinuté pokemonrater, a jeho hlavní funkcí je „Changes Car to Shia Labeouf. (Including any words that have car in them.)“.
Stáhnout soubor CRX rozšíření Shia Labeouf
Stáhněte si soubory rozšíření Shia Labeouf ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | lpjadpempehpmgohfhippcljaafbhlca |
Oficiální URL | https://chrome.google.com/webstore/detail/shia-labeouf/lpjadpempehpmgohfhippcljaafbhlca |
Popis | Changes Car to Shia Labeouf. (Including any words that have car in them.) |
Velikost souboru | 3.55 KB |
Počet instalací | 30 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-03-08 |
Datum Vydání | 2016-03-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | pokemonrater |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |