Enough of Sarahah
This extension searches the current page and deletes elements which contain sarahah related text
ما هو Enough of Sarahah؟
Enough of Sarahah هو إضافة Chrome تم تطويرها بواسطة anshulmittal712، والميزة الرئيسية لها هي "This extension searches the current page and deletes elements which contain sarahah related text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enough of Sarahah
قم بتنزيل ملفات الامتداد Enough of Sarahah بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of Sarahaha? Me too! So I decided to go ahead and make this extension. It a simple extension that looks for divs, links, images, spans etc which contain "sarahah" and removes it! In addition, it also looks for "text-y" images (on Facebook) with a color theme similar to that of Sarahah and removes those images as well. The result? A Sarahah-free news feed! :)
معلومات أساسية عن التمديد
الاسم | Enough of Sarahah |
ID | olmlfeoimidcefmpgdlpogkjcegnbogh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh |
الوصف | This extension searches the current page and deletes elements which contain sarahah related text |
حجم الملف | 368 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-08-14 |
تاريخ النشر | 2017-08-14 |
تقييم | 3.93/5 مجموع تقييمات 14 |
المطور | anshulmittal712 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enough of Sarahah", "description": "This extension searches the current page and deletes elements which contain sarahah related text", "version": "0.2", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "underscore.js", "color-thief.min.js", "underscore.string.min.js", "default.js" ], "run_at": "document_end" } ], "icons": { "128": "logo.png" }, "permissions": [ "activeTab" ] } |