AMC

AMC - developed by Farhan Miah

What is AMC?

AMC is a Chrome extension developed by Farhan Miah, and its main feature is "AMC - developed by Farhan Miah".

Download AMC Extension CRX File

Download AMC 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 AMC AMC
ID lcebocacaekndbjacbehaigolaalbgdk
Official URL https://chromewebstore.google.com/detail/amc/lcebocacaekndbjacbehaigolaalbgdk
Description AMC - developed by Farhan Miah
File Size 1.84 MB
Installation Count 28
Current Version 1.7
Last Updated 2017-10-18
Publish Date 2017-10-18
Developer Farhan Miah
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMC",
    "description": "AMC - developed by Farhan Miah",
    "omnibox": {
        "keyword": "tw"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "dom.js",
                "background.js",
                "arrays.js",
                "popup.js"
            ],
            "matches": [
                "http:\/\/www.isearchfrom.com\/*",
                "https:\/\/www.isearchfrom.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "arrays.js",
            "jquery.js",
            "dom.js",
            "popup.js"
        ],
        "background_page": [
            "bg.html"
        ]
    },
    "version": "1.7",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}