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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |