Merch DMCA
Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.
Co to jest Merch DMCA?
Merch DMCA to rozszerzenie Chrome opracowane przez John Adams, a jego główną funkcją jest „Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Merch DMCA
Pobierz pliki rozszerzeń Merch DMCA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | llobbnkcnfdhgdcfpljhenclebpaijaj |
Oficjalny URL | https://chrome.google.com/webstore/detail/merch-dmca/llobbnkcnfdhgdcfpljhenclebpaijaj |
Opis | Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks. |
Rozmiar pliku | 16.71 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2017-05-22 |
Data Publikacji | 2017-05-22 |
Deweloper | John Adams |
Typ Płatności | free |
Obsługiwane Języki | 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 } |