Trend Blocker

Blocks curiosity-clicks to Twitter trends.

Trend Blockerคืออะไร?

Trend Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://klivk.com และคุณลักษณะหลักของมันคือ "Blocks curiosity-clicks to Twitter trends."

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

screenshot

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

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

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

                        Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles.

When you are super curious about one, you can always control-click or right-click to read it.                    

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

ชื่อ Trend Blocker Trend Blocker
ID mmkljdkafmpccfjahboblagjedcdafpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg
คำอธิบาย Blocks curiosity-clicks to Twitter trends.
ขนาดไฟล์ 59.3 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.0.2.2
อัปเดตครั้งล่าสุด 2012-04-24
วันที่เผยแพร่ 2012-04-24
ผู้พัฒนา https://klivk.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://serdar.work/chrome-extensions/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trend Blocker",
    "version": "1.0.2.2",
    "manifest_version": 2,
    "description": "Blocks curiosity-clicks to Twitter trends.",
    "icons": {
        "14": "icon14.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/trend-blocker"
}