ABC Extention

This extension will be used for site....

ABC Extentionとは何ですか?

ABC Extentionはchriskabiによって開発されたChromeの拡張機能で、その主な機能は「This extension will be used for site....」です。

ABC Extention拡張機能のCRXファイルをダウンロード

ABC Extention拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        type description for that app what ever you want ?                    

拡張機能の基本情報

名前 ABC Extention ABC Extention
ID kahpmldfaflnbdkjjnjfdebodfklicpn
公式URL https://chrome.google.com/webstore/detail/abc-extention/kahpmldfaflnbdkjjnjfdebodfklicpn
説明 This extension will be used for site....
ファイルサイズ 5.37 KB
インストール数 68
現在のバージョン 1.3
最終更新日 2014-11-14
公開日 2014-11-14
評価 5.00/5 合計 1 レビュー
開発者 chriskabi
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}