DOM Destroyer

Destroy the Document Object Model.

DOM Destroyerとは何ですか?

DOM DestroyerはRobert Nolanによって開発されたChromeの拡張機能で、その主な機能は「Destroy the Document Object Model.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DOM Destroyer拡張機能のCRXファイルをダウンロード

DOM Destroyer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DOM Destroyer DOM Destroyer
ID npcfmcgpbcnkmfpjibbhmmpmknlobkpb
公式URL https://chrome.google.com/webstore/detail/dom-destroyer/npcfmcgpbcnkmfpjibbhmmpmknlobkpb
説明 Destroy the Document Object Model.
ファイルサイズ 234 KB
インストール数 3,000
現在のバージョン 1.0.1
最終更新日 2014-04-07
公開日 2014-04-07
評価 2.81/5 合計 27 レビュー
開発者 Robert Nolan
支払い方法 free
拡張機能のウェブサイト http://rnolan.com
対応言語 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:\/\/*\/*"
    ]
}