Element Eraser
This extension removes elements with a given class name that contain any given search terms
Hvad er Element Eraser?
Element Eraser er en Chrome-udvidelse udviklet af arash.out, og dens hovedfunktion er "This extension removes elements with a given class name that contain any given search terms".
Udvidelsesskærmbilleder
Download Element Eraser-udvidelses-CRX-fil
Download Element Eraser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Element Eraser is a open-source chrome extension that removes any HTML elements that contain user specified terms. Simply specify the "class" attribute of the HTML elements you want to remove, add some search terms and click remove. You can enter search terms and class attributes by typing into the corresponding input box and pressing the 'ENTER' , 'TAB' or ','(comma) keys to add them to the list. It is also possibly to store and retrieve settings using a 'key'. Element Eraser can also run continuously if the toggle switch is flipped to ON.
Grundlæggende oplysninger om udvidelsen
Navn | Element Eraser |
ID | cflkmoejpjmceaiahbjdkmehceccknce |
Officiel URL | https://chromewebstore.google.com/detail/element-eraser/cflkmoejpjmceaiahbjdkmehceccknce |
Beskrivelse | This extension removes elements with a given class name that contain any given search terms |
Filstørrelse | 68.14 KB |
Antal Installationer | 92 |
Nuværende Version | 0.0.0.92 |
Senest Opdateret | 2017-07-07 |
Udgivelsesdato | 2017-07-07 |
Bedømmelse | 1.50/5 Samlet 2 Bedømmelser |
Udvikler | arash.out |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Element Eraser", "description": "This extension removes elements with a given class name that contain any given search terms", "short_name": "Remove unwanted content where-ever you go", "version": "0.0.0.92", "author": "Arash Outadi", "browser_action": { "default_icon": "trashCanIcon.png", "default_popup": "popup.html", "default_title": "Start removing divs" }, "background": { "scripts": [ "constants.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |