Story Gone - Hide Stories on Facebook™
Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
ما هو Story Gone - Hide Stories on Facebook™؟
Story Gone - Hide Stories on Facebook™ هو إضافة Chrome تم تطويرها بواسطة Syed Husain، والميزة الرئيسية لها هي "Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Story Gone - Hide Stories on Facebook™
قم بتنزيل ملفات الامتداد Story Gone - Hide Stories on Facebook™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Usage: The extension processes a snippet of code. Your data is not stored by the extension. معلومات أساسية عن التمديد
| الاسم | |
| ID | icmddplnjlidhoekchpkggfbmdemfaji |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji |
| الوصف | Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed. |
| حجم الملف | 26.72 KB |
| عدد التثبيتات | 56 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2020-02-08 |
| تاريخ النشر | 2020-02-05 |
| تقييم | 4.20/5 مجموع تقييمات 5 |
| المطور | Syed Husain |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Story Gone - Hide Stories on Facebook\u2122",
"description": "Story Gone is a simple extension that hides Facebook\u2122 stories. Just install and refresh your feed.",
"version": "1.2",
"authors": [
{
"name": "Syed Husain",
"website": "https:\/\/husainsyed.github.io\/*"
}
],
"content_scripts": [
{
"css": [
"inject.css"
],
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/m.facebook.com\/*",
"https:\/\/touch.facebook.com\/*",
"https:\/\/web.facebook.com\/*"
]
}
],
"icons": {
"16": "images\/16 x 16.png",
"48": "images\/48 x 48.png",
"128": "images\/128 x 128.png"
}
} | |