Star Wars - Spoiler Alert!

Replaces the Star Wars specific text with Adminal Ackbar's famous warning!

Star Wars - Spoiler Alert!란 무엇입니까?

Star Wars - Spoiler Alert!은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!"입니다.

Star Wars - Spoiler Alert! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        So, Star Wars is releasing a week later in India, which is a bummer. It also means, the web will be dark and filled with spoilers. Here's a fun little chrome extension I wrote that tries to mess up spoiler text by adding the famous warning from Admiral Ackbar - "It's a Trap!" at random places, making the spoilers feel like stormtroopers.

May the force be with you!                    

확장 프로그램 기본 정보

이름 Star Wars - Spoiler Alert! Star Wars - Spoiler Alert!
ID aeleacpkkoikocdppmgpkpidpbdjoclg
공식 URL https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg
설명 Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
파일 크기 13.36 KB
설치 횟수 13
현재 버전 1.0
최근 업데이트 2015-12-11
출시 날짜 2015-12-11
평점 3.00/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://piyushbansal.github.io/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars - Spoiler Alert!",
    "version": "1.0",
    "description": "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!",
    "icons": {
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}