Every Bee
Replaces every bee on a webpage with the entire Bee Movie script
Co to jest Every Bee?
Every Bee to rozszerzenie Chrome opracowane przez mgustin, a jego główną funkcją jest „Replaces every bee on a webpage with the entire Bee Movie script”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Every Bee
Pobierz pliki rozszerzeń Every Bee 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
Will replace every 'bee' on a webpage with the entire Bee Movie script. Because internet.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dgcikeidmkelecddmhgeicofebbbpodk |
Oficjalny URL | https://chromewebstore.google.com/detail/every-bee/dgcikeidmkelecddmhgeicofebbbpodk |
Opis | Replaces every bee on a webpage with the entire Bee Movie script |
Rozmiar pliku | 43.23 KB |
Liczba instalacji | 107 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-12-01 |
Data Publikacji | 2016-12-01 |
Ocena | 3.82/5 Łącznie 11 Oceny |
Deweloper | mgustin |
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": "Every Bee", "version": "1.1", "description": "Replaces every bee on a webpage with the entire Bee Movie script", "icons": { "16": "bee16.png", "32": "bee32.png", "48": "bee48.png", "128": "bee128.png" }, "author": "Matt Gustin", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |