Sentinel
Clean up the BS from your social media feed
Wat is Sentinel?
Sentinel is een Chrome-extensie ontwikkeld door AliTeshnizi, en de belangrijkste functie is "Clean up the BS from your social media feed".
Extensie Screenshots
Download het CRX-bestand van de extensie Sentinel
Download Sentinel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sentinel is an open source chrome plugin that allows you to apply custom filters to the posts you see on LinkedIn, Twitter, Instagram, and soon other major social media!
Basisinformatie over de Extensie
Naam | Sentinel |
ID | fkmbhpipdlamijgojpjflhonefdgaehj |
Officiële URL | https://chromewebstore.google.com/detail/sentinel/fkmbhpipdlamijgojpjflhonefdgaehj |
Beschrijving | Clean up the BS from your social media feed |
Bestandsgrootte | 45.11 KB |
Aantal Installaties | 48 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2023-09-09 |
Publicatiedatum | 2023-08-21 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | AliTeshnizi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/teshnizi/Sentinel |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sentinel", "version": "0.4", "description": "Clean up the BS from your social media feed", "icons": { "64": "icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/linkedin.com\/*" ], "js": [ "linkedin.js" ] }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/www.x.com\/*" ], "js": [ "twitter.js" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |