Fake News

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

Fake News là gì?

Fake News là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fake News

Tải xuống các tệp mở rộng Fake News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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
--------                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fake News Fake News
ID falhghpclihcfppjfmkekipacjnjmdfn
URL Chính Thức https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn
Mô tả Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Kích Thước Tệp 64.69 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-03-06
Ngày Phát Hành 2019-03-05
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}