Stop Social Media Scrolling

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

Qu'est-ce que Stop Social Media Scrolling ?

Stop Social Media Scrolling est une extension Chrome développée par rvrajavijay, et sa fonction principale est "Disables scrolling in social media websites so that you don't over spend your time".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stop Social Media Scrolling

Téléchargez les fichiers d'extension Stop Social Media Scrolling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Stop Social Media Scrolling Stop Social Media Scrolling
ID fkkobjnbhpbmjgfcloffmkfkdmflecpd
URL Officiel https://chromewebstore.google.com/detail/stop-social-media-scrolli/fkkobjnbhpbmjgfcloffmkfkdmflecpd
Description Disables scrolling in social media websites so that you don't over spend your time
Taille du Fichier 18.2 KB
Nombre d'Installations 78
Version Actuelle 2.1
Dernière Mise à Jour 2023-04-16
Date de Publication 2022-09-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur rvrajavijay
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}