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
公式URL 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
Eメール [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"
    }
}