Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
什麼是Freedom to More Freedom?
Freedom to More Freedom是由https://nullify-ctf.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Security' with 'Freedom'.”。
擴展截圖
下載Freedom to More Freedom擴展crx文件
下載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 |
官方網址 | 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" } ] } |