Stop Social Media Scrolling
Disables scrolling in social media websites so that you don't over spend your time
Was ist Stop Social Media Scrolling?
Stop Social Media Scrolling ist eine Chrome-Erweiterung, die von rvrajavijay entwickelt wurde, und ihr Hauptmerkmal ist "Disables scrolling in social media websites so that you don't over spend your time".
Erweiterungsscreenshots
Stop Social Media Scrolling-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stop Social Media Scrolling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Stop Social Media Scrolling |
ID | fkkobjnbhpbmjgfcloffmkfkdmflecpd |
Offizielle URL | https://chromewebstore.google.com/detail/stop-social-media-scrolli/fkkobjnbhpbmjgfcloffmkfkdmflecpd |
Beschreibung | Disables scrolling in social media websites so that you don't over spend your time |
Dateigröße | 18.2 KB |
Installationsanzahl | 78 |
Aktuelle Version | 2.1 |
Letztes Update | 2023-04-16 |
Veröffentlichungsdatum | 2022-09-13 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | rvrajavijay |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |