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'."입니다.

확장 프로그램 스크린샷

screenshot

Freedom to More Freedom 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.                    

확장 프로그램 기본 정보

이름 Freedom to More Freedom 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"
        }
    ]
}