Shinigami Eyes
Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.
ما هو Shinigami Eyes؟
Shinigami Eyes هو إضافة Chrome تم تطويرها بواسطة Shinigami Eyes، والميزة الرئيسية لها هي "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shinigami Eyes
قم بتنزيل ملفات الامتداد Shinigami Eyes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It's sometimes difficult to determine at a glance whether a feminist or LGB(T) page is trans-friendly or transphobic. This extension highlights known subreddits, facebook pages, and pages on various other social networks with different colors based on whether they're transphobic or t-friendly. معلومات أساسية عن التمديد
| الاسم | |
| ID | ijcpiojgefnkmcadacmacogglhjdjphj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/shinigami-eyes/ijcpiojgefnkmcadacmacogglhjdjphj |
| الوصف | Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors. |
| حجم الملف | 2.95 MB |
| عدد التثبيتات | 65,049 |
| النسخة الحالية | 1.0.34 |
| آخر تحديث | 2024-02-16 |
| تاريخ النشر | 2019-10-26 |
| تقييم | 4.20/5 مجموع تقييمات 249 |
| المطور | Shinigami Eyes |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://shinigami-eyes.github.io/ |
| عنوان صفحة المساعدة | https://shinigami-eyes.github.io/ |
| عنوان صفحة سياسة الخصوصية | https://shinigami-eyes.github.io/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Shinigami Eyes",
"author": "Shinigami Eyes",
"version": "1.0.34",
"homepage_url": "https:\/\/shinigami-eyes.github.io\/",
"description": "Highlights transphobic\/anti-LGBT and trans-friendly subreddits\/users\/facebook pages\/groups with different colors.",
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128-96.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.medium.com\/*",
"*:\/\/disqus.com\/*",
"*:\/\/*.tumblr.com\/*",
"*:\/\/*.wikipedia.org\/*",
"*:\/\/*.rationalwiki.org\/*",
"*:\/\/cohost.org\/*",
"*:\/\/*.bsky.app\/*",
"*:\/\/anarchism.space\/*",
"*:\/\/aus.social\/*",
"*:\/\/c.im\/*",
"*:\/\/chaos.social\/*",
"*:\/\/eightpoint.app\/*",
"*:\/\/eldritch.cafe\/*",
"*:\/\/fosstodon.org\/*",
"*:\/\/hachyderm.io\/*",
"*:\/\/infosec.exchange\/*",
"*:\/\/kolektiva.social\/*",
"*:\/\/mas.to\/*",
"*:\/\/masto.ai\/*",
"*:\/\/mastodon.art\/*",
"*:\/\/mastodon.cloud\/*",
"*:\/\/mastodon.green\/*",
"*:\/\/mastodon.ie\/*",
"*:\/\/mastodon.lol\/*",
"*:\/\/mastodon.nz\/*",
"*:\/\/mastodon.online\/*",
"*:\/\/mastodon.scot\/*",
"*:\/\/mastodon.social\/*",
"*:\/\/mastodon.world\/*",
"*:\/\/mastodon.xyz\/*",
"*:\/\/mastodonapp.uk\/*",
"*:\/\/meow.social\/*",
"*:\/\/mstdn.ca\/*",
"*:\/\/mstdn.jp\/*",
"*:\/\/mstdn.social\/*",
"*:\/\/octodon.social\/*",
"*:\/\/ohai.social\/*",
"*:\/\/pixelfed.social\/*",
"*:\/\/queer.party\/*",
"*:\/\/sfba.social\/*",
"*:\/\/social.transsafety.network\/*",
"*:\/\/tech.lgbt\/*",
"*:\/\/techhub.social\/*",
"*:\/\/toot.cat\/*",
"*:\/\/toot.community\/*",
"*:\/\/toot.wales\/*",
"*:\/\/vulpine.club\/*",
"*:\/\/wandering.shop\/*",
"*:\/\/*.threads.net\/*",
"*:\/\/duckduckgo.com\/*",
"*:\/\/*.bing.com\/*",
"*:\/\/*.google.ar\/*",
"*:\/\/*.google.at\/*",
"*:\/\/*.google.be\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.ch\/*",
"*:\/\/*.google.co.uk\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.google.de\/*",
"*:\/\/*.google.dk\/*",
"*:\/\/*.google.es\/*",
"*:\/\/*.google.fi\/*",
"*:\/\/*.google.fr\/*",
"*:\/\/*.google.is\/*",
"*:\/\/*.google.it\/*",
"*:\/\/*.google.no\/*",
"*:\/\/*.google.pt\/*",
"*:\/\/*.google.se\/*"
],
"css": [
"content.css"
],
"js": [
"content-color.js"
],
"run_at": "document_start"
},
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"applications": {
"gecko": {
"id": "shinigamieyes@shinigamieyes",
"strict_min_version": "60.0"
}
}
} | |