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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |