Sarahah Block
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
ما هو Sarahah Block؟
Sarahah Block هو إضافة Chrome تم تطويرها بواسطة swapydapy، والميزة الرئيسية لها هي "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sarahah Block
قم بتنزيل ملفات الامتداد Sarahah Block بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com
You can see the post if you want to :) معلومات أساسية عن التمديد
| الاسم | |
| ID | cimhbfgnhljfobaekifiljikjecfofgm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
| الوصف | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
| حجم الملف | 73.37 KB |
| عدد التثبيتات | 15 |
| النسخة الحالية | 0.3 |
| آخر تحديث | 2017-08-17 |
| تاريخ النشر | 2017-08-17 |
| تقييم | 5.00/5 مجموع تقييمات 8 |
| المطور | swapydapy |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sarahah Block",
"version": "0.3",
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"jquery-3.2.1.min.js",
"mutation-summary.js",
"cleaner.js",
"content.js"
],
"css": [
"fix.css"
]
}
],
"web_accessible_resources": [
"images\/*.png"
]
} | |