Every Bee

Replaces every bee on a webpage with the entire Bee Movie script

What is Every Bee?

Every Bee is a Chrome extension developed by mgustin, and its main feature is "Replaces every bee on a webpage with the entire Bee Movie script".

Extension Screenshots

screenshot

Download Every Bee Extension CRX File

Download Every Bee 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

                        Will replace every 'bee' on a webpage with the entire Bee Movie script. Because internet.                    

Extension Basic Information

Name Every Bee Every Bee
ID dgcikeidmkelecddmhgeicofebbbpodk
Official URL https://chromewebstore.google.com/detail/every-bee/dgcikeidmkelecddmhgeicofebbbpodk
Description Replaces every bee on a webpage with the entire Bee Movie script
File Size 43.23 KB
Installation Count 107
Current Version 1.1
Last Updated 2016-12-01
Publish Date 2016-12-01
Rating 3.82/5 Total 11 Ratings
Developer mgustin
Payment Type free
Supported Languages 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"
        }
    ]
}