Clock To Bomb

Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.

Clock To Bomb란 무엇입니까?

Clock To Bomb은(는) WinterPhoenix96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clock To Bomb 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        I wrote this as joking commentary on the News Story about Ahmed Mohamed, a 14-year-old that brought his homemade clock to school and was arrested on account that it looked like a bomb. At least according to his high school's administration and the local police. #IStandWithAhmed

Clock-To-Bomb Open-Source Repo: https://github.com/WinterPhoenix96/clock-to-bomb

Original Cloud-To-Butt Repo: https://github.com/hank/cloud-to-butt

Cloud-To-Butt Chrome Extension on the Chrome Web Store: https://chrome.google.com/webstore/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai                    

확장 프로그램 기본 정보

이름 Clock To Bomb Clock To Bomb
ID icmnjjlbmbjpodjamdmfodmpdmmfapen
공식 URL https://chromewebstore.google.com/detail/clock-to-bomb/icmnjjlbmbjpodjamdmfodmpdmmfapen
설명 Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.
파일 크기 13.67 KB
설치 횟수 66
현재 버전 1.0
최근 업데이트 2015-09-21
출시 날짜 2015-09-21
평점 4.33/5 총 3 개의 평점
개발자 WinterPhoenix96
결제 유형 free
도움말 페이지 URL https://github.com/WinterPhoenix96/clock-to-bomb
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock To Bomb",
    "version": "1.0",
    "description": "Replaces the text 'clock' with 'bomb'. A Fork of Cloud To Butt.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}