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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rvrajavijay และคุณลักษณะหลักของมันคือ "Disables scrolling in social media websites so that you don't over spend your time"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Social Media Scrolling

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}