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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables scrolling in social media websites so that you don't over spend your time"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stop Social Media Scrolling एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}