Stop Social Media Scrolling

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

什麼是Stop Social Media Scrolling?

Stop Social Media Scrolling是由rvrajavijay開發的Chrome擴展程式,該擴展的主要功能是“Disables scrolling in social media websites so that you don't over spend your time”。

擴展截圖

screenshot
screenshot

下載Stop Social Media Scrolling擴展crx文件

下載Stop Social Media Scrolling擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Stop Social Media Scrolling Stop Social Media Scrolling
ID fkkobjnbhpbmjgfcloffmkfkdmflecpd
官方網址 https://chromewebstore.google.com/detail/stop-social-media-scrolli/fkkobjnbhpbmjgfcloffmkfkdmflecpd
簡介 Disables scrolling in social media websites so that you don't over spend your time
檔案大小 18.2 KB
安裝次數 78
目前版本 2.1
更新時間 2023-04-16
上架時間 2022-09-13
評分 5.00/5 共 2 次評分
開發者 rvrajavijay
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}