Copycat Slayer

This tool makes much easier to send copyright infringement report to Twitter.

Wat is Copycat Slayer?

Copycat Slayer is een Chrome-extensie ontwikkeld door https://ccslyr.nakashima723.info, en de belangrijkste functie is "This tool makes much easier to send copyright infringement report to Twitter.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Copycat Slayer

Download Copycat Slayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        通報されたアカウントはいったん凍結され、運営者にこれ以上規約違反を行わないよう警告が届きます。さらに著作権侵害を繰り返した場合、2~3回のうちにそのアカウントは永久凍結されます。悪質なアカウントにお悩みの方はご利用ください。

※フォームから送信した個人情報等はプログラム製作者や他の利用者には伝わりませんが、著作権侵害を行った相手にはすべて伝わりますのでご注意ください。

※著作物(画像)の無断転載を含まない違反行為は通常のスパム報告や、Twitterヘルプセンターの「なりすまし通報」をご利用ください。                    

Basisinformatie over de Extensie

Naam Copycat Slayer Copycat Slayer
ID ldnclbmjgfdcahcckfpcbbcmnhdodcah
Officiële URL https://chromewebstore.google.com/detail/copycat-slayer/ldnclbmjgfdcahcckfpcbbcmnhdodcah
Beschrijving This tool makes much easier to send copyright infringement report to Twitter.
Bestandsgrootte 128 KB
Aantal Installaties 1,635
Huidige Versie 1.60
Laatst Bijgewerkt 2023-08-10
Publicatiedatum 2019-12-31
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://ccslyr.nakashima723.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/nakashima723
Help Pagina-URL https://twitter.com/nakashima723
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.60",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/ccslyrt_16.png",
        "48": "images\/ccslyrt_48.png",
        "128": "images\/ccslyrt_128.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/help.twitter.com\/forms\/dmca",
                "https:\/\/help.twitter.com\/*\/dmca\/*",
                "https:\/\/help.twitter.com\/*\/dmca"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/writer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/search?q=*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/reporter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/help.twitter.com\/forms\/dmca",
                "https:\/\/help.twitter.com\/*\/dmca\/*",
                "https:\/\/help.twitter.com\/*\/dmca",
                "https:\/\/*.google.co.jp\/*",
                "https:\/\/ja.wikipedia.org\/*",
                "https:\/\/*.google.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.2ch.net\/*",
                "*:\/\/*.pixiv.net\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*\/status\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/reporter_e.js"
            ]
        },
        {
            "matches": [
                "https:\/\/reportcontent.google.com\/forms\/dmca_search*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/g_writer.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/ccslyrt_16.png",
        "default_title": "Copycat Slayer",
        "default_popup": "popup.html"
    }
}