Sentinel
Clean up the BS from your social media feed
Apa itu Sentinel?
Sentinel adalah ekstensi Chrome yang dikembangkan oleh AliTeshnizi, dan fitur utamanya adalah "Clean up the BS from your social media feed".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sentinel
Unduh file ekstensi Sentinel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Sentinel |
ID | fkmbhpipdlamijgojpjflhonefdgaehj |
URL Resmi | https://chromewebstore.google.com/detail/sentinel/fkmbhpipdlamijgojpjflhonefdgaehj |
Deskripsi | Clean up the BS from your social media feed |
Ukuran File | 45.11 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2023-09-09 |
Tanggal Publikasi | 2023-08-21 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | AliTeshnizi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/teshnizi/Sentinel |
Bahasa yang Didukung | 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 } } |