Twean

Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.

Tweanคืออะไร?

Twean เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tekool.net และคุณลักษณะหลักของมันคือ "Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules."

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

screenshot
screenshot

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

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

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

                        Optionnaly hide from the timeline:
- images from tweets (you can still click on the tweet to open it).
- videos from tweets (you can still click on the tweet to play it).
- promoted (promoted tweets pushed by Twitter can be hidden).
- liked tweets (tweets liked by the users you follow can be hidden).

Optionnaly hide from the main dashboard:
- «Who To Follow» module.
- «Trends» module.
- «Video Live» module.                    

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

ชื่อ Twean Twean
ID mgdbopghpkjmgnhjfdnfeihnjgndjnbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twean/mgdbopghpkjmgnhjfdnfeihnjgndjnbp
คำอธิบาย Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.
ขนาดไฟล์ 19.66 KB
จำนวนการติดตั้ง 690
เวอร์ชันปัจจุบัน 1.10.0
อัปเดตครั้งล่าสุด 2017-09-03
วันที่เผยแพร่ 2017-09-03
คะแนน 4.05/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา http://www.tekool.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tekool/twean
URL หน้าช่วยเหลือ http://www.tekool.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twean",
    "short_name": "Twean",
    "version": "1.10.0",
    "description": "Can hide images, videos, promoted or liked tweets from Twitter timeline. But also \u00abWho To Follow\u00bb, \u00abTrends\u00bb, \u00abVideo Live\u00bb modules.",
    "author": "Tekool - www.tekool.net",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/twean\/mgdbopghpkjmgnhjfdnfeihnjgndjnbp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/settings\/*"
            ],
            "js": [
                "page.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "19": "icon\/icon19.png",
        "38": "icon\/icon38.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "page_action": {
        "default_title": "Twean",
        "default_icon": {
            "19": "icon\/icon19.png",
            "38": "icon\/icon38.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        },
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}