Copycat Slayer

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

Apa itu Copycat Slayer?

Copycat Slayer adalah ekstensi Chrome yang dikembangkan oleh https://ccslyr.nakashima723.info, dan fitur utamanya adalah "This tool makes much easier to send copyright infringement report to Twitter.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Copycat Slayer

Unduh file ekstensi Copycat Slayer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

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

Informasi Dasar Ekstensi

Nama Copycat Slayer Copycat Slayer
ID ldnclbmjgfdcahcckfpcbbcmnhdodcah
URL Resmi https://chromewebstore.google.com/detail/copycat-slayer/ldnclbmjgfdcahcckfpcbbcmnhdodcah
Deskripsi This tool makes much easier to send copyright infringement report to Twitter.
Ukuran File 128 KB
Jumlah Instalasi 1,635
Versi Saat Ini 1.60
Terakhir Diperbarui 2023-08-10
Tanggal Publikasi 2019-12-31
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://ccslyr.nakashima723.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/nakashima723
URL Halaman Bantuan https://twitter.com/nakashima723
Bahasa yang Didukung 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"
    }
}