Copycat Slayer

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

Copycat Slayerคืออะไร?

Copycat Slayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ccslyr.nakashima723.info และคุณลักษณะหลักของมันคือ "This tool makes much easier to send copyright infringement report to Twitter."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copycat Slayer

ดาวน์โหลดไฟล์ส่วนขยาย Copycat Slayer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copycat Slayer Copycat Slayer
ID ldnclbmjgfdcahcckfpcbbcmnhdodcah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copycat-slayer/ldnclbmjgfdcahcckfpcbbcmnhdodcah
คำอธิบาย This tool makes much easier to send copyright infringement report to Twitter.
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 1,635
เวอร์ชันปัจจุบัน 1.60
อัปเดตครั้งล่าสุด 2023-08-10
วันที่เผยแพร่ 2019-12-31
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://ccslyr.nakashima723.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/nakashima723
URL หน้าช่วยเหลือ https://twitter.com/nakashima723
ภาษาที่รองรับ 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"
    }
}