Comments to Cats

Comments to Cats blocks comments from top websites and literally, transforms them to cute, chubby cats.

Comments to Catsคืออะไร?

Comments to Cats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://commentstocats.com และคุณลักษณะหลักของมันคือ "Comments to Cats blocks comments from top websites and literally, transforms them to cute, chubby cats."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comments to Cats

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

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

                        Comments to cats is a comment blocker extension designed to block comments all across the web.
It blocks comments on all popular websites, including Youtube comments.
Just add the extension and it will block and replace for you those toxic comments with one of our special cats.
After installing it on your browser, you can choose on which websites the extension will be activated on, enabling comments blocking on every page. Also, you can always toggle the comments on, if you wish to.


But why?
Besides loving cats, If you wonder why one would want to block comments, the answer is simple. There are many legitimate comments and discussions, but there are also plenty of hateful, toxic and commercial ones that should be removed. With this new extension, you can choose when and where to block comments if you have no interest in reading them.

Important to know! this comments blocker extension can show YOUR cats and block the sites you like us to block with the images of your cute cats.

If you enjoy using our extensions, want to suggest a new website for the index or to send us your own cat, you can contact us via various channels:
Email:
[email protected]
Facebook page:
https://www.facebook.com/CommentsToCats
Website:
http://www.commentstocats.com

We hope you'll have a great experience with every cat you'll meet,
Comments to cats team.                    

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

ชื่อ Comments to Cats Comments to Cats
ID hgjfibdfedjcopejmhnhcimefdlfdpig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comments-to-cats/hgjfibdfedjcopejmhnhcimefdlfdpig
คำอธิบาย Comments to Cats blocks comments from top websites and literally, transforms them to cute, chubby cats.
ขนาดไฟล์ 1015 KB
จำนวนการติดตั้ง 3,743
เวอร์ชันปัจจุบัน 4.2.9
อัปเดตครั้งล่าสุด 2020-01-17
วันที่เผยแพร่ 2020-01-11
คะแนน 4.40/5 รวมทั้งหมด 129 คะแนน
ผู้พัฒนา https://commentstocats.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://commentstocats.com/
URL หน้าช่วยเหลือ http://commentstocats.com/index.html?site=faq#to_footer
URL หน้านโยบายความเป็นส่วนตัว https://etaylib.s3.amazonaws.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comments to Cats",
    "short_name": "C2C",
    "description": "Comments to Cats blocks comments from top websites and literally, transforms them to cute, chubby cats.",
    "version": "4.2.9",
    "content_security_policy": "script-src 'self' https:\/\/s3-us-west-2.amazonaws.com https:\/\/ssl.google-analytics.com; object-src 'self';",
    "browser_action": {
        "default_icon": "\/images\/main_logo_trans_128.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "contentScripts\/style.css"
            ],
            "js": [
                "scriptResources\/jquery-1.11.3.min.js",
                "scriptResources\/async.js",
                "contentScripts\/onSiteFuncs.js",
                "contentScripts\/onSite.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/images\/main_logo_trans_128.png",
        "16": "\/images\/main_logo_trans_128.png",
        "48": "\/images\/main_logo_trans_128.png"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background\/backgroundFuncs.js",
            "scriptResources\/jquery-1.11.3.min.js",
            "scriptResources\/async.js",
            "scriptResources\/googleAnalytics.js",
            "scriptResources\/sites.js",
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/images\/*",
        "\/contentScripts\/resources\/catInner.html"
    ]
}