Do Not Like

Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.

Do Not Likeคืออะไร?

Do Not Like เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonty และคุณลักษณะหลักของมันคือ "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do Not Like

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

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

                        By doing this it trains Twitters Giant Bird Brain that you do not like adverts. Any adverts.

Once you've been running this for a day or two you'll stop seeing adverts on all devices when browsing Twitter, not just the website.

Hurrah.

Code: https://github.com/Jonty/do_not_like                    

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

ชื่อ Do Not Like Do Not Like
ID gphlpdohbkajeckfepokpmjedkjaefhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf
คำอธิบาย Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
ขนาดไฟล์ 3.91 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2018-09-12
วันที่เผยแพร่ 2018-09-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jonty
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do Not Like",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.",
    "homepage_url": "http:\/\/github.com\/jonty\/do_not_like",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/do_not_like.js"
    ]
}