Enough of Sarahah
This extension searches the current page and deletes elements which contain sarahah related text
Что такое Enough of Sarahah?
Enough of Sarahah - это расширение Chrome, разработанное anshulmittal712, и его основная функция - "This extension searches the current page and deletes elements which contain sarahah related text".
Снимки экрана расширения
Скачать файл CRX расширения Enough of Sarahah
Скачайте файлы расширений 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 |
| Электронная почта | [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"
]
} | |