ekill
Remove unwanted elements from a page quickly!
Hvad er ekill?
ekill er en Chrome-udvidelse udviklet af rhardih, og dens hovedfunktion er "Remove unwanted elements from a page quickly!".
Udvidelsesskærmbilleder
Download ekill-udvidelses-CRX-fil
Download ekill-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
Allows you to kill any element that is in the way of what you want to see on a given page.
As an experimental feature, ekill will hold a grudge, meaning it can also remove elements automatically, by remembering previously targets.
Source code available at https://github.com/rhardih/ekill Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lcgdpfaiipaelnpepigdafiogebaeedg |
| Officiel URL | https://chromewebstore.google.com/detail/ekill/lcgdpfaiipaelnpepigdafiogebaeedg |
| Beskrivelse | Remove unwanted elements from a page quickly! |
| Filstørrelse | 88.56 KB |
| Antal Installationer | 4,000 |
| Nuværende Version | 1.9.0 |
| Senest Opdateret | 2019-07-12 |
| Udgivelsesdato | 2019-07-12 |
| Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
| Udvikler | rhardih |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/rhardih/ekill |
| Hjælpeside-URL | https://github.com/rhardih/ekill |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ekill",
"version": "1.9.0",
"description": "Remove unwanted elements from a page quickly!",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "skull-and-bones-16.png",
"48": "skull-and-bones-48.png",
"128": "skull-and-bones-128.png"
},
"theme_icons": [
{
"light": "skull-and-bones-16-light.png",
"dark": "skull-and-bones-16.png",
"size": 16
},
{
"light": "skull-and-bones-48-light.png",
"dark": "skull-and-bones-48.png",
"size": 48
}
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"browser_style": false,
"chrome_style": false
},
"applications": {
"gecko": {
"id": "{e4326fc5-909b-47e0-a0af-dd3ec180dea5}",
"strict_min_version": "42.0"
}
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage"
],
"background": {
"scripts": [
"js\/testable.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
" | |