Fake News

Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions

Fake News란 무엇입니까?

Fake News은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fake News 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Someone made an app that detects fake news, so naturally I made an app that generates fake news by swapping out words to make the news more enjoyable!

*************
the toolbar icon doesn't have much function, so to turn this extension off looks at the screenshot I included.
*************

--------
Mustache Hat Icon made by Freepik at http://www.freepik.com  hosted on www.flaticon.com is licensed  by www.flaticon.com  is licensed by http://creativecommons.org/licenses/by/3.0/ Creative Commons BY 3.0
--------                    

확장 프로그램 기본 정보

이름 Fake News Fake News
ID falhghpclihcfppjfmkekipacjnjmdfn
공식 URL https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn
설명 Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
파일 크기 64.69 KB
설치 횟수 35
현재 버전 1.1
최근 업데이트 2019-03-06
출시 날짜 2019-03-05
평점 4.67/5 총 6 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fake News",
    "description": "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome:\/\/extensions",
    "version": "1.1",
    "icons": {
        "128": "hat.png"
    },
    "page_action": {
        "default_icon": "hat1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}