Merch DMCA
Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.
Merch DMCA là gì?
Merch DMCA là một tiện ích mở rộng Chrome được phát triển bởi John Adams, và tính năng chính của nó là "Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.".
Ả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 Merch DMCA
Tải xuống các tệp mở rộng Merch DMCA 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
If you are a subscriber to our DMCA takedown service, then this extension allows you to submit an unlimited number of requests. With just a few clicks, your request will be sent to us and immediately put into our queue where we will send out DMCA takedown notices on your behalf. Our extension works on any website!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | llobbnkcnfdhgdcfpljhenclebpaijaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/merch-dmca/llobbnkcnfdhgdcfpljhenclebpaijaj |
Mô tả | Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks. |
Kích Thước Tệp | 16.71 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2017-05-22 |
Ngày Phát Hành | 2017-05-22 |
Nhà Phát Triển | John Adams |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merch DMCA", "version": "1.0.5", "description": "Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.", "author": "Merch DMCA", "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "img\/icon.png", "64": "img\/icon.png", "32": "img\/icon.png", "16": "img\/icon.png" }, "incognito": "spanning", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Merch DMCA v1.0.4", "default_popup": "popup.html" }, "manifest_version": 2 } |