Copycat Slayer

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

Copycat Slayer là gì?

Copycat Slayer là một tiện ích mở rộng Chrome được phát triển bởi https://ccslyr.nakashima723.info, và tính năng chính của nó là "This tool makes much easier to send copyright infringement report to Twitter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copycat Slayer

Tải xuống các tệp mở rộng Copycat Slayer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copycat Slayer Copycat Slayer
ID ldnclbmjgfdcahcckfpcbbcmnhdodcah
URL Chính Thức https://chromewebstore.google.com/detail/copycat-slayer/ldnclbmjgfdcahcckfpcbbcmnhdodcah
Mô tả This tool makes much easier to send copyright infringement report to Twitter.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 1,635
Phiên Bản Hiện Tại 1.60
Cập Nhật Lần Cuối 2023-08-10
Ngày Phát Hành 2019-12-31
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://ccslyr.nakashima723.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/nakashima723
URL Trang Trợ Giúp https://twitter.com/nakashima723
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}