2ndFeed
Bookmarked articles, images, texts, and videos appear as part of your social feed . Stay informed and inspired as you scroll
2ndFeedคืออะไร?
2ndFeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Consulting Developer และคุณลักษณะหลักของมันคือ "Bookmarked articles, images, texts, and videos appear as part of your social feed . Stay informed and inspired as you scroll"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2ndFeed
ดาวน์โหลดไฟล์ส่วนขยาย 2ndFeed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With just a right-click, effortlessly bookmark websites, texts, images, and YouTube videos directly from your browser. 2ndfeed periodically posts them as engaging posts on your favorite social media networks like Facebook, Twitter, and LinkedIn. The bookmarks are ONLY shown to you and are not shown to your friends or followers. Anyone can get distracted on social media but the key is to not let it eat up a lot of your time that can probably be better utilized in a more productive manner. 2ndFeed Chrome Extension lets you bookmark items and shows it to you when you might be procrastinating on social media. Your saved items seamlessly integrate with the social media platform you are browsing allowing you to view them along side the rest of your social feed, without having to look for them. 2ndFeed is Twitter, LinkedIn, and Facebook bookmarking app that brings the bookmarks right into your feed. Install this extension to boost your productivity while you browse your socials. Planned Features: ** Bookmarks organization ** Syncing across devices #Change Log: 2,0,5: Increased delay between posts 2.0.4: Bug Fixes 2.0.3: Facebook UI fix 2.0.1 Fixed for new interfaces of facebook and Linkedin 1.0.3 Minor bug fix
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 2ndFeed |
ID | jiagbhjgocclknkbjnlpgbenpnfldoii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/2ndfeed/jiagbhjgocclknkbjnlpgbenpnfldoii |
คำอธิบาย | Bookmarked articles, images, texts, and videos appear as part of your social feed . Stay informed and inspired as you scroll |
ขนาดไฟล์ | 4.93 MB |
จำนวนการติดตั้ง | 300 |
เวอร์ชันปัจจุบัน | 2.0.5 |
อัปเดตครั้งล่าสุด | 2023-12-14 |
วันที่เผยแพร่ | 2021-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | The Consulting Developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.2ndfeed.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.2ndfeed.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Bookmarked articles, images, texts, and videos appear as part of your social feed . Stay informed and inspired as you scroll", "permissions": [ "activeTab", "storage", "unlimitedStorage", "contextMenus", "scripting" ], "name": "2ndFeed", "background": { "service_worker": "js\/serviceworker.js", "type": "module" }, "icons": { "16": "images\/2ndfeed16.png", "48": "images\/2ndfeed48.png", "128": "images\/2ndfeed128.png" }, "manifest_version": 3, "action": { "default_title": "2ndFeed Help", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/*.twitter.com\/*", "http:\/\/*.linkedin.com\/*", "http:\/\/*.youtube.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' ;" }, "content_scripts": [ { "js": [ "csjs\/shared.js", "csjs\/content-script.js" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/*.facebook.com\/*", "http:\/\/*.twitter.com\/*", "http:\/\/*.linkedin.com\/*", "http:\/\/*.youtube.com\/*" ], "css": [ "style.css" ], "run_at": "document_end" } ], "version": "2.0.5" } |