Stop Social Media Scrolling

Disables scrolling in social media websites so that you don't over spend your time

Stop Social Media Scrolling là gì?

Stop Social Media Scrolling là một tiện ích mở rộng Chrome được phát triển bởi rvrajavijay, và tính năng chính của nó là "Disables scrolling in social media websites so that you don't over spend your time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stop Social Media Scrolling

Tải xuống các tệp mở rộng Stop Social Media Scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Social media has become infamous for its endless scrolling content. This productivity extension prevents scrolling on websites such as Twitter, Facebook, LinkedIn and Instagram, so that you can preserve your valuable time. 

Latest Update:
- Social Media Options:  Users can choose which sites they want to disable or enable scrolling from the list of options 
- Updated Logo                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stop Social Media Scrolling Stop Social Media Scrolling
ID fkkobjnbhpbmjgfcloffmkfkdmflecpd
URL Chính Thức https://chromewebstore.google.com/detail/stop-social-media-scrolli/fkkobjnbhpbmjgfcloffmkfkdmflecpd
Mô tả Disables scrolling in social media websites so that you don't over spend your time
Kích Thước Tệp 18.2 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2022-09-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển rvrajavijay
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Social Media Scrolling",
    "description": "Disables scrolling in social media websites so that you don't over spend your time ",
    "version": "2.1",
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        },
        "default_title": "Stop Social Media Scrolling",
        "default_popup": "popup.html"
    }
}