Twitter Trends Terminator
This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Twitter Trends Terminatorคืออะไร?
Twitter Trends Terminator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabian Deitelhoff และคุณลักษณะหลักของมันคือ "This extensions removes the Twitter trends element on the Twitter homepage when logged in."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Trends Terminator
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Trends Terminator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in. You can choose in the options if the boxes should be removed or not.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhhcmkfgnglmhenndgcaaeankfiaicga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga |
คำอธิบาย | This extensions removes the Twitter trends element on the Twitter homepage when logged in. |
ขนาดไฟล์ | 53.3 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2014-08-11 |
วันที่เผยแพร่ | 2014-08-11 |
คะแนน | 3.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Fabian Deitelhoff |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.fabiandeitelhoff.de |
URL หน้าช่วยเหลือ | http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Trends Terminator", "version": "0.0.3", "manifest_version": 2, "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.", "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/", "author": "Fabian Deitelhoff", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options\/index.html", "permissions": [ "storage", "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } |