Merch DMCA

Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.

Что такое Merch DMCA?

Merch DMCA - это расширение Chrome, разработанное John Adams, и его основная функция - "Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Merch DMCA

Скачайте файлы расширений Merch DMCA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Merch DMCA Merch DMCA
ID llobbnkcnfdhgdcfpljhenclebpaijaj
Официальный URL https://chrome.google.com/webstore/detail/merch-dmca/llobbnkcnfdhgdcfpljhenclebpaijaj
Описание Send an unlimited number of DMCA Takedown requests that we handle for you with just a few clicks.
Размер файла 16.71 KB
Количество установок 76
Текущая Версия 1.0.5
Последнее Обновление 2017-05-22
Дата публикации 2017-05-22
Разработчик John Adams
Тип оплаты free
Поддерживаемые языки 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
}