2ememain/2dehands enhancer
Enhance the 2ememain/2dehands website with useful options
2ememain/2dehands enhancerとは何ですか?
2ememain/2dehands enhancerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Enhance the 2ememain/2dehands website with useful options」です。
拡張機能のスクリーンショット
2ememain/2dehands enhancer拡張機能のCRXファイルをダウンロード
2ememain/2dehands enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allow it's user to show or hide embedded ads on the home page, the search results, and on an item's page. 拡張機能の基本情報
| 名前 | |
| ID | ecifmlcdgmaeehpcjcenmjkbmkafdjmf |
| 公式URL | https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf |
| 説明 | Enhance the 2ememain/2dehands website with useful options |
| ファイルサイズ | 19.56 KB |
| インストール数 | 119 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2020-02-17 |
| 公開日 | 2020-02-17 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fvilers/2ememain-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "2ememain\/2dehands enhancer",
"version": "0.2.0",
"description": "Enhance the 2ememain\/2dehands website with useful options",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/www.2ememain.be\/*",
"https:\/\/www.2dehands.be\/*"
],
"js": [
"content.js"
]
}
],
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |