Remove Element From Dom
Easily remove elements from the current page's DOM including tags, ids and classes.
Vad är Remove Element From Dom?
Remove Element From Dom är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Easily remove elements from the current page's DOM including tags, ids and classes.".
Tilläggsskärmbilder
Ladda ner Remove Element From Dom-förlängningens CRX-fil
Ladda ner Remove Element From Dom-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
Simply type in the element of choice to remove, the amount and watch as that element magically deletes!
Quickly view how a page would look with certain content removed. Grundläggande Information om Tillägg
| Namn | |
| ID | hjjifmiafeghanhanhpjgbbcnbbgeflc |
| Officiell webbadress | https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc |
| Beskrivning | Easily remove elements from the current page's DOM including tags, ids and classes. |
| Filstorlek | 40.78 KB |
| Antal Installationer | 109 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-05-03 |
| Publiceringsdatum | 2017-05-03 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jwatson4115/remove-from-dom |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Remove Element From Dom",
"description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
"version": "1.0",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "img\/icon16.png",
"default_popup": "popup.html"
}
} | |