Referer Control
Control the HTTP Referer on a per-site basis.
Referer Controlคืออะไร?
Referer Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keepa.com และคุณลักษณะหลักของมันคือ "Control the HTTP Referer on a per-site basis."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Referer Control
ดาวน์โหลดไฟล์ส่วนขยาย Referer Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Referer Control grants full control over the HTTP Referer. You can forge any referrer you want, both globally or on a per-site basis. Alternatively you can choose to disable the Referer completely. Also works on the JavaScript document.referrer!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Referer Control |
ID | hnkcfpcejkafcihlgbojoidoihckciin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/referer-control/hnkcfpcejkafcihlgbojoidoihckciin |
คำอธิบาย | Control the HTTP Referer on a per-site basis. |
ขนาดไฟล์ | 80.51 KB |
จำนวนการติดตั้ง | 144,472 |
เวอร์ชันปัจจุบัน | 1.35 |
อัปเดตครั้งล่าสุด | 2018-12-27 |
วันที่เผยแพร่ | 2018-12-27 |
คะแนน | 4.13/5 รวมทั้งหมด 256 คะแนน |
ผู้พัฒนา | https://keepa.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://keepa.com/refererControlDisqus.html |
URL หน้านโยบายความเป็นส่วนตัว | https://keepa.com/privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Referer Control", "version": "1.35", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "contextMenus", "storage" ], "background": { "page": "chrome\/content\/background.html" }, "manifest_version": 2, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/hnkcfpcejkafcihlgbojoidoihckciin", "options_page": "chrome\/content\/options.html", "description": "Control the HTTP Referer on a per-site basis.", "minimum_chrome_version": "17.0", "browser_action": { "default_icon": { "19": "icons\/icon-16.png", "38": "icons\/icon-32.png" }, "default_title": "Block Referer for this site" }, "externally_connectable": { "ids": [ "*" ] }, "content_scripts": [ { "all_frames": true, "js": [ "chrome\/content\/blockJavascriptReferer.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" } } |