Planet of the Illuminati

Changes Planet of The Apes to Illuminati.

Planet of the Illuminati là gì?

Planet of the Illuminati là một tiện ích mở rộng Chrome được phát triển bởi pokemonrater, và tính năng chính của nó là "Changes Planet of The Apes to Illuminati.".

Tải xuống tệp CRX của tiện ích mở rộng Planet of the Illuminati

Tải xuống các tệp mở rộng Planet of the Illuminati 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

                                            

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

Tên Planet of the Illuminati Planet of the Illuminati
ID ddhphodjbdibddmclhpgkfjchemcdhbd
URL Chính Thức https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd
Mô tả Changes Planet of The Apes to Illuminati.
Kích Thước Tệp 3.54 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-08
Ngày Phát Hành 2016-03-08
Nhà Phát Triển pokemonrater
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": "Planet of the Illuminati",
    "description": "Changes Planet of The Apes to Illuminati.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}