2ememain/2dehands enhancer
Enhance the 2ememain/2dehands website with useful options
2ememain/2dehands enhancer là gì?
2ememain/2dehands enhancer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Enhance the 2ememain/2dehands website with useful options".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 2ememain/2dehands enhancer
Tải xuống các tệp mở rộng 2ememain/2dehands enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 2ememain/2dehands enhancer |
ID | ecifmlcdgmaeehpcjcenmjkbmkafdjmf |
URL Chính Thức | https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf |
Mô tả | Enhance the 2ememain/2dehands website with useful options |
Kích Thước Tệp | 19.56 KB |
Số Lần Cài Đặt | 119 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2020-02-17 |
Ngày Phát Hành | 2020-02-17 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fvilers/2ememain-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |