Every Bee
Replaces every bee on a webpage with the entire Bee Movie script
Cos'è Every Bee?
Every Bee è un'estensione di Chrome sviluppata da mgustin, e la sua funzione principale è "Replaces every bee on a webpage with the entire Bee Movie script".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Every Bee
Scarica i file di estensione Every Bee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Will replace every 'bee' on a webpage with the entire Bee Movie script. Because internet.
Informazioni di Base sull'Estensione
Nome | |
ID | dgcikeidmkelecddmhgeicofebbbpodk |
URL Ufficiale | https://chromewebstore.google.com/detail/every-bee/dgcikeidmkelecddmhgeicofebbbpodk |
Descrizione | Replaces every bee on a webpage with the entire Bee Movie script |
Dimensione del File | 43.23 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-12-01 |
Data di Pubblicazione | 2016-12-01 |
Valutazione | 3.82/5 Totale 11 Valutazioni |
Sviluppatore | mgustin |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |