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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |