Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
Freedom to More Freedomคืออะไร?
Freedom to More Freedom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nullify-ctf.blogspot.com และคุณลักษณะหลักของมันคือ "Replaces the text 'Security' with 'Freedom'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freedom to More Freedom
ดาวน์โหลดไฟล์ส่วนขยาย Freedom to More Freedom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Freedom to More Freedom |
ID | mbjafjdfamobncblnamcbfpkeelcihno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno |
คำอธิบาย | Replaces the text 'Security' with 'Freedom'. |
ขนาดไฟล์ | 3.37 KB |
จำนวนการติดตั้ง | 1,080 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-07-05 |
วันที่เผยแพร่ | 2014-07-04 |
คะแนน | 2.83/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://nullify-ctf.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freedom to More Freedom", "version": "1.0", "description": "Replaces the text 'Security' with 'Freedom'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |