DOM Destroyer
Destroy the Document Object Model.
DOM Destroyerคืออะไร?
DOM Destroyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robert Nolan และคุณลักษณะหลักของมันคือ "Destroy the Document Object Model."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOM Destroyer
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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:\/\/*\/*" ] } |