Enough of Sarahah

This extension searches the current page and deletes elements which contain sarahah related text

Enough of Sarahah là gì?

Enough of Sarahah là một tiện ích mở rộng Chrome được phát triển bởi anshulmittal712, và tính năng chính của nó là "This extension searches the current page and deletes elements which contain sarahah related text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enough of Sarahah

Tải xuống các tệp mở rộng Enough of Sarahah dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
URL Chính Thức https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Mô tả This extension searches the current page and deletes elements which contain sarahah related text
Kích Thước Tệp 368 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-14
Đánh Giá 3.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển anshulmittal712
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}