Stop Social Media Scrolling
Disables scrolling in social media websites so that you don't over spend your time
Co to jest Stop Social Media Scrolling?
Stop Social Media Scrolling to rozszerzenie Chrome opracowane przez rvrajavijay, a jego główną funkcją jest „Disables scrolling in social media websites so that you don't over spend your time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stop Social Media Scrolling
Pobierz pliki rozszerzeń Stop Social Media Scrolling w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Stop Social Media Scrolling |
ID | fkkobjnbhpbmjgfcloffmkfkdmflecpd |
Oficjalny URL | https://chromewebstore.google.com/detail/stop-social-media-scrolli/fkkobjnbhpbmjgfcloffmkfkdmflecpd |
Opis | Disables scrolling in social media websites so that you don't over spend your time |
Rozmiar pliku | 18.2 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2023-04-16 |
Data Publikacji | 2022-09-13 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | rvrajavijay |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |