Copycat Slayer

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

Copycat Slayer란 무엇입니까?

Copycat Slayer은(는) https://ccslyr.nakashima723.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool makes much easier to send copyright infringement report to Twitter."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Copycat Slayer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        通報されたアカウントはいったん凍結され、運営者にこれ以上規約違反を行わないよう警告が届きます。さらに著作権侵害を繰り返した場合、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"
    }
}