Better Fox News
Instantly improve Fox News by adding exlamation marks to the headers.
Better Fox Newsคืออะไร?
Better Fox News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arondeparon และคุณลักษณะหลักของมันคือ "Instantly improve Fox News by adding exlamation marks to the headers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Fox News
ดาวน์โหลดไฟล์ส่วนขยาย Better Fox News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Better Fox News instantly improves Fox News by adding random exclamation marks to the headlines. 1. Install plugin 2. Visit http://www.foxnews.com 3. Profit PS: Some people say this might the best plugin ever published.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gpeegiacncibheagdgpgcllafcdcmain |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/better-fox-news/gpeegiacncibheagdgpgcllafcdcmain |
คำอธิบาย | Instantly improve Fox News by adding exlamation marks to the headers. |
ขนาดไฟล์ | 3.42 KB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-07-28 |
วันที่เผยแพร่ | 2015-07-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | arondeparon |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Fox News", "description": "Instantly improve Fox News by adding exlamation marks to the headers.", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.foxnews.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |