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
官方網址 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"
    ]
}