Shia Labeouf
Changes Car to Shia Labeouf. (Including any words that have car in them.)
Co to jest Shia Labeouf?
Shia Labeouf to rozszerzenie Chrome opracowane przez pokemonrater, a jego główną funkcją jest „Changes Car to Shia Labeouf. (Including any words that have car in them.)”.
Pobierz plik CRX rozszerzenia Shia Labeouf
Pobierz pliki rozszerzeń Shia Labeouf w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lpjadpempehpmgohfhippcljaafbhlca |
Oficjalny URL | https://chrome.google.com/webstore/detail/shia-labeouf/lpjadpempehpmgohfhippcljaafbhlca |
Opis | Changes Car to Shia Labeouf. (Including any words that have car in them.) |
Rozmiar pliku | 3.55 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-03-08 |
Data Publikacji | 2016-03-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | pokemonrater |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |