Better News Feed
Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Better News Feedคืออะไร?
Better News Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vpontis และคุณลักษณะหลักของมันคือ "Increases productivity by replacing Facebook News Feed with photo and inspirational quote"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better News Feed
ดาวน์โหลดไฟล์ส่วนขยาย Better News Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace your News Feed with an inspirational quote and nice picture. Save time by having more control over your News Feed. This extension blocks News Feed by default but also allows you to selectively enable News Feed for when you want to browse. This is a fork and improvement of Neal Wu's Kill News Feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better News Feed |
ID | ckkppjogapagpeimgiadengmdphhline |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline |
คำอธิบาย | Increases productivity by replacing Facebook News Feed with photo and inspirational quote |
ขนาดไฟล์ | 1.2 MB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2016-01-03 |
วันที่เผยแพร่ | 2016-01-03 |
คะแนน | 4.42/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | vpontis |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "betterify.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Increases productivity by replacing Facebook News Feed with photo and inspirational quote", "icons": { "16": "images\/bnf-logo16.png", "48": "images\/bnf-logo48.png", "128": "images\/bnf-logo128.png" }, "manifest_version": 2, "name": "Better News Feed", "options_page": "options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*", "pictures.json", "quotes.json" ], "version": "1.3.1" } |