AMC
AMC - developed by Farhan Miah
AMCとは何ですか?
AMCはFarhan Miahによって開発されたChromeの拡張機能で、その主な機能は「AMC - developed by Farhan Miah」です。
AMC拡張機能のCRXファイルをダウンロード
AMC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | lcebocacaekndbjacbehaigolaalbgdk |
| 公式URL | https://chromewebstore.google.com/detail/amc/lcebocacaekndbjacbehaigolaalbgdk |
| 説明 | AMC - developed by Farhan Miah |
| ファイルサイズ | 1.84 MB |
| インストール数 | 28 |
| 現在のバージョン | 1.7 |
| 最終更新日 | 2017-10-18 |
| 公開日 | 2017-10-18 |
| 開発者 | Farhan Miah |
| 支払い方法 | free |
| 対応言語 | 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
} | |