ABC Extention

This extension will be used for site....

What is ABC Extention?

ABC Extention is a Chrome extension developed by chriskabi, and its main feature is "This extension will be used for site....".

Download ABC Extention Extension CRX File

Download ABC Extention 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

                        type description for that app what ever you want ?                    

Extension Basic Information

Name ABC Extention ABC Extention
ID kahpmldfaflnbdkjjnjfdebodfklicpn
Official URL https://chrome.google.com/webstore/detail/abc-extention/kahpmldfaflnbdkjjnjfdebodfklicpn
Description This extension will be used for site....
File Size 5.37 KB
Installation Count 68
Current Version 1.3
Last Updated 2014-11-14
Publish Date 2014-11-14
Rating 5.00/5 Total 1 Ratings
Developer chriskabi
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABC Extention",
    "description": "This extension will be used for site....",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/winforyou.eu\/"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}