Sentinel

Clean up the BS from your social media feed

Qu'est-ce que Sentinel ?

Sentinel est une extension Chrome développée par AliTeshnizi, et sa fonction principale est "Clean up the BS from your social media feed".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sentinel

Téléchargez les fichiers d'extension Sentinel 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

                        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!                    

Informations de Base sur l'Extension

Nom Sentinel Sentinel
ID fkmbhpipdlamijgojpjflhonefdgaehj
URL Officiel https://chromewebstore.google.com/detail/sentinel/fkmbhpipdlamijgojpjflhonefdgaehj
Description Clean up the BS from your social media feed
Taille du Fichier 45.11 KB
Nombre d'Installations 48
Version Actuelle 0.4
Dernière Mise à Jour 2023-09-09
Date de Publication 2023-08-21
Évaluation 5.00/5 Total 6 Évaluations
Développeur AliTeshnizi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/teshnizi/Sentinel
Langues Prises en Charge 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
    }
}