Enough of Sarahah

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

什么是Enough of Sarahah?

Enough of Sarahah是由anshulmittal712开发的Chrome扩展程序,该扩展的主要功能是“This extension searches the current page and deletes elements which contain sarahah related text”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Enough of Sarahah扩展crx文件

下载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 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"
    ]
}