ekill
Remove unwanted elements from a page quickly!
什麼是ekill?
ekill是由rhardih開發的Chrome擴展程式,該擴展的主要功能是“Remove unwanted elements from a page quickly!”。
擴展截圖
下載ekill擴展crx文件
下載ekill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | lcgdpfaiipaelnpepigdafiogebaeedg | 
| 官方網址 | https://chromewebstore.google.com/detail/ekill/lcgdpfaiipaelnpepigdafiogebaeedg | 
| 簡介 | Remove unwanted elements from a page quickly! | 
| 檔案大小 | 88.56 KB | 
| 安裝次數 | 4,000 | 
| 目前版本 | 1.9.0 | 
| 更新時間 | 2019-07-12 | 
| 上架時間 | 2019-07-12 | 
| 評分 | 5.00/5 共 6 次評分 | 
| 開發者 | rhardih | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/rhardih/ekill | 
| 說明頁面URL | https://github.com/rhardih/ekill | 
| 支援的語言 | 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": [
                "  |  |