Enough of Sarahah
This extension searches the current page and deletes elements which contain sarahah related text
Vad är Enough of Sarahah?
Enough of Sarahah är en Chrome-tillägg utvecklad av anshulmittal712, och dess huvudfunktion är "This extension searches the current page and deletes elements which contain sarahah related text".
Tilläggsskärmbilder
Ladda ner Enough of Sarahah-förlängningens CRX-fil
Ladda ner Enough of Sarahah-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! :) Grundläggande Information om Tillägg
| Namn | |
| ID | olmlfeoimidcefmpgdlpogkjcegnbogh |
| Officiell webbadress | https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh |
| Beskrivning | This extension searches the current page and deletes elements which contain sarahah related text |
| Filstorlek | 368 KB |
| Antal Installationer | 54 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2017-08-14 |
| Publiceringsdatum | 2017-08-14 |
| Betyg | 3.93/5 Totalt 14 Betyg |
| Utvecklare | anshulmittal712 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |