E-X-T-E-N-S-I-O-N

Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!

What is E-X-T-E-N-S-I-O-N?

E-X-T-E-N-S-I-O-N is a Chrome extension developed by sgentle, and its main feature is "Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!".

Extension Screenshots

screenshot

Download E-X-T-E-N-S-I-O-N Extension CRX File

Download E-X-T-E-N-S-I-O-N 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

                                            

Extension Basic Information

Name E-X-T-E-N-S-I-O-N E-X-T-E-N-S-I-O-N
ID lobdenhpockjiiihkkhnaglehbcnjemj
Official URL https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj
Description Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
File Size 78.99 KB
Installation Count 80
Current Version 0.3
Last Updated 2015-05-14
Publish Date 2015-05-13
Developer sgentle
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-X-T-E-N-S-I-O-N",
    "manifest_version": 2,
    "version": "0.3",
    "description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!",
    "web_accessible_resources": [
        "bwaaap.png",
        "bwaaap.mp3"
    ],
    "page_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bwaaap.js"
            ],
            "all_frames": true
        }
    ]
}