Header Hacker
Modifies HTTP headers on the fly.
ما هو Header Hacker؟
Header Hacker هو إضافة Chrome تم تطويرها بواسطة Glenn Wilson، والميزة الرئيسية لها هي "Modifies HTTP headers on the fly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Header Hacker
قم بتنزيل ملفات الامتداد Header Hacker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Header Hacker is an extension that allows you to quickly and easily modify HTTP headers on the fly. You can also pre-set certain sites to always change specific HTTP headers. Have specific feedback? Give me at shout on Google+! Version 0.7 adds support for the 'Host' header.
معلومات أساسية عن التمديد
الاسم | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
الوصف | Modifies HTTP headers on the fly. |
حجم الملف | 159 KB |
عدد التثبيتات | 7,580 |
النسخة الحالية | 0.7 |
آخر تحديث | 2013-05-29 |
تاريخ النشر | 2013-05-28 |
تقييم | 4.24/5 مجموع تقييمات 121 |
المطور | Glenn Wilson |
نوع الدفع | free |
موقع الإضافة | https://plus.google.com/105199364823220402760 |
عنوان صفحة المساعدة | https://plus.google.com/105199364823220402760 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Hacker", "version": "0.7", "manifest_version": 2, "description": "Modifies HTTP headers on the fly.", "options_page": "options.html", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_title": "Header Hacker", "default_icon": "header.png", "default_popup": "popup.html" }, "icons": { "128": "header-128.png", "64": "header-64.png", "32": "header-32.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |