DOM Destroyer

Destroy the Document Object Model.

DOM Destroyer là gì?

DOM Destroyer là một tiện ích mở rộng Chrome được phát triển bởi Robert Nolan, và tính năng chính của nó là "Destroy the Document Object Model.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DOM Destroyer

Tải xuống các tệp mở rộng DOM Destroyer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        DOM Destroyer empowers you to wreak havoc on any web page. This is a basic chrome extension that converts any webpage into an arena of destruction. Destroy all the available targets, leave no survivors. No element is too small to escape your sniping ability.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DOM Destroyer DOM Destroyer
ID npcfmcgpbcnkmfpjibbhmmpmknlobkpb
URL Chính Thức https://chrome.google.com/webstore/detail/dom-destroyer/npcfmcgpbcnkmfpjibbhmmpmknlobkpb
Mô tả Destroy the Document Object Model.
Kích Thước Tệp 234 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-04-07
Ngày Phát Hành 2014-04-07
Đánh Giá 2.81/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Robert Nolan
Loại Thanh Toán free
Trang Web Mở Rộng http://rnolan.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DOM Destroyer",
    "version": "1.0.1",
    "description": "Destroy the Document Object Model.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "css": [
            "css\/styles.css"
        ]
    },
    "homepage_url": "http:\/\/rnolan.com",
    "web_accessible_resources": [
        "css\/styles.css",
        "images\/logo.png",
        "images\/single.png",
        "images\/triple.png",
        "images\/revolver.png",
        "images\/top-view.png",
        "images\/track-pad.png",
        "images\/space-key.png",
        "images\/target.png",
        "fonts\/exo-medium-webfont.eot",
        "fonts\/exo-medium-webfont.woff",
        "fonts\/exo-medium-webfont.ttf"
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}