NO SPOILERS!

Prevents Endgame Spoilers On FB

NO SPOILERS!란 무엇입니까?

NO SPOILERS!은(는) Khai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents Endgame Spoilers On FB"입니다.

확장 프로그램 스크린샷

screenshot

NO SPOILERS! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Blocks Avengers: Endgame Spoilers on Facebook! 

Avengers: Endgame is upon us and the last thing you want is to be spoiled before you see it. Thanos demanded your silence, and now so do the Avengers. If you have friends who dare defy them, install this NOW! Don’t wait until spoilers decimate your Endgame experience. 

NO SPOILERS! automatically blurs out any post which mentions Avengers: Endgame on Facebook. No need to unfriend people or disconnect from social media.

NO SPOILERS! is brought to you by Popcorn… movie news, trailers, showtimes and tickets in your pocket.

Get the app: www.popcorn.app/download
Like us on Facebook: www.facebook.com/popcorn.asia 

Created by Ng Khai Yong                    

확장 프로그램 기본 정보

이름 NO SPOILERS! NO SPOILERS!
ID anbpdfddbjchiihmibgakojddmhbfmeb
공식 URL https://chromewebstore.google.com/detail/no-spoilers/anbpdfddbjchiihmibgakojddmhbfmeb
설명 Prevents Endgame Spoilers On FB
파일 크기 1.2 MB
설치 횟수 160
현재 버전 1.2
최근 업데이트 2019-04-23
출시 날짜 2019-04-23
평점 4.67/5 총 15 개의 평점
개발자 Khai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.popcorn.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NO SPOILERS!",
    "short_name": "NO SPOILERS!",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Prevents Endgame Spoilers On FB",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/*"
            ]
        }
    ]
}