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」です。
拡張機能のスクリーンショット
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! :) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |