Enough of Sarahah
This extension searches the current page and deletes elements which contain sarahah related text
Apa itu Enough of Sarahah?
Enough of Sarahah adalah ekstensi Chrome yang dikembangkan oleh anshulmittal712, dan fitur utamanya adalah "This extension searches the current page and deletes elements which contain sarahah related text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Enough of Sarahah
Unduh file ekstensi Enough of Sarahah dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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! :)
Informasi Dasar Ekstensi
Nama | Enough of Sarahah |
ID | olmlfeoimidcefmpgdlpogkjcegnbogh |
URL Resmi | https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh |
Deskripsi | This extension searches the current page and deletes elements which contain sarahah related text |
Ukuran File | 368 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2017-08-14 |
Tanggal Publikasi | 2017-08-14 |
Penilaian | 3.93/5 Total 14 Penilaian |
Pengembang | anshulmittal712 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |