Stop Scrolling Newsfeed for Facebook

Go to Facebook just for WORK, but then be distracted by Newsfeed?. "Stop Scrolling Newsfeed" is here to help you GET BACK to WORK!

Stop Scrolling Newsfeed for Facebookคืออะไร?

Stop Scrolling Newsfeed for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tobernguyen และคุณลักษณะหลักของมันคือ "Go to Facebook just for WORK, but then be distracted by Newsfeed?. "Stop Scrolling Newsfeed" is here to help you GET BACK to WORK!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Scrolling Newsfeed for Facebook

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

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

                        How many times you visit Facebook just to check news from a group, or ask your friend something, but suddenly Facebook's newsfeed distracted you then you keep scrolling and scrolling...

"Stop Scrolling Newsfeed for Facebook" (SSNF) protects you from the distraction of Facebook News Feed, but if you want, you still can view your news feed for a short period of time and SSNF will remind you to stop.

Any feedback or suggestion is welcome.

Change log:

## [1.2.1] - 2020-02-25
- Fix the bug hiding newsfeed when users are on group

## [1.2.0] - 2020-02-22
- Support Facebook Beta

## [1.1.3] - 2018-07-08
- Add customizable option, now user can open newsfeed for as many minutes as they want

## [1.1.2] - 2017-07-13
### Modified
- Updated new chrome store link

## [1.1.1] - 2017-07-06
### Modified
- Changed app's name, icon, promotional tile

## [1.1.0] - 2017-29-03
### Added
- Now the extension can auto scroll to the position before closing newsfeed

## [1.0.6] - 2017-29-03
### Fixed
- fix the bugs related to resetting timer when the day is over

## [1.0.5] - 2017-27-03
### Changed
- improve timer: only count when the tab is selected/active as browsing time

### Fixed
- fix bug that doesn’t reset timer when the day is over

## [1.0.4] - 2017-26-03
### Added
- Option to hide/show the longer time options (10 and 30 minutes)

## [1.0.3] - 2017-24-03
### Added
- A counter for the amount of minutes spent scrolling in the day

### Changed
- Change the time of showing pop to when user has 10 secs left (was 15 seconds)

## [1.0.2] - 2017-23-03
### Added
- Detect if there is a playing video. Newsfeed will be closed only when the video got paused or ended
- An option allows user to enable above feature or not

## [1.0.1] - 2017-21-03
### Added
- Helpful links: Rate this application link and submit suggestion link

## [1.0.0] - 2017-21-03
### Added
- More time option: add 10 minutes and 30 minutes option

### Fixed
- The overlay now cover all reactions, likes, and videos                    

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

ชื่อ Stop Scrolling Newsfeed for Facebook Stop Scrolling Newsfeed for Facebook
ID nhcbjhbdnlkddnapaoidpkfbjkpkpdcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stop-scrolling-newsfeed-f/nhcbjhbdnlkddnapaoidpkfbjkpkpdcj
คำอธิบาย Go to Facebook just for WORK, but then be distracted by Newsfeed?. "Stop Scrolling Newsfeed" is here to help you GET BACK to WORK!
ขนาดไฟล์ 57.18 KB
จำนวนการติดตั้ง 1,170
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2020-02-27
วันที่เผยแพร่ 2020-02-26
คะแนน 4.67/5 รวมทั้งหมด 126 คะแนน
ผู้พัฒนา tobernguyen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop Scrolling Newsfeed for Facebook",
    "version": "1.2.1",
    "description": "Go to Facebook just for WORK, but then be distracted by Newsfeed?. \"Stop Scrolling Newsfeed\" is here to help you GET BACK to WORK!",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "stop-scrolling.js"
            ],
            "css": [
                "stop-scrolling.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}