Resident Evil Village Animated New Tab

Resident Evil fans, you are probably aware of the new game of Resident Evil series which is Resident Evil Village. We make a new…

Resident Evil Village Animated New Tab là gì?

Resident Evil Village Animated New Tab là một tiện ích mở rộng Chrome được phát triển bởi http://wallpaperation.com, và tính năng chính của nó là "Resident Evil fans, you are probably aware of the new game of Resident Evil series which is Resident Evil Village. We make a new…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resident Evil Village Animated New Tab

Tải xuống các tệp mở rộng Resident Evil Village Animated New Tab 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

                        Resident Evil fans, you are probably aware of the new game of Resident Evil series which is Resident Evil Village. We make a new tab extension for your beloved game!

We used Heisenberg character in our extension and put some action to it. We wish you will enjoy it. Just a notice, this is not game! You will not have the game. You will have an new tab extension which changes your browser's new tab screen with Resident Evil Village animated background. 

Not finished yet! We have some features which we want to develop it further in the future!

Let's talk about the features that are available in the Resident Evil Village Animated New Tab!
- Search bar, different then the usual one, it is on the left pane of the screen! We test something! :)
- Notes section, where you can add notes to look at them in the future.
- Tasks feature, it is a minimal task management feature where you can add tasks and check them as done!
- Calendar, unfortunately it does not work somehow right now. We are planning to fix it in future releases!
- Clock and date feature which shows local time from your PC.

That's it for now! We want to develop it further but time will show. 

Notice: Are you the owner of some materials on this extension? Don't worry then we can remove your materials from the extension upon your request! Please, use support section in order to contact us!

Uninstallation : We are sorry to hear that you want to remove Resident Evil Village Animated New Tab extension from your PC but we will show you how to uninstall it from your PC.

-  Right click the icon of the extension which is right-top pane of the screen.
- Select "Remove from Chrome..."
- Then Select "Remove"
- That's it, the extension is uninstalled.

If you have some features in your mind, please, do not hesitate to contact us! We care your opinions because you are the user.                    

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

Tên Resident Evil Village Animated New Tab Resident Evil Village Animated New Tab
ID lpdhjkdibidemlbemopbahmakjblkoee
URL Chính Thức https://chrome.google.com/webstore/detail/resident-evil-village-ani/lpdhjkdibidemlbemopbahmakjblkoee
Mô tả Resident Evil fans, you are probably aware of the new game of Resident Evil series which is Resident Evil Village. We make a new…
Kích Thước Tệp 16.3 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-07-19
Ngày Phát Hành 2021-06-27
Nhà Phát Triển http://wallpaperation.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wallpaperation.com
URL Trang Trợ Giúp https://www.wallpaperation.com/support/
URL Trang Chính Sách Bảo Mật https://www.wallpaperation.com/privacy-policy-2
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resident Evil Village Animated New Tab",
    "background": {
        "scripts": [
            "js\/arkaPlan.js"
        ],
        "persistent": false
    },
    "version": "0.0.1",
    "description": "",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "oauth2": {
        "client_id_firefox": "825939795126-t9v6behgpkvj2vfffgg960gvneqi5umn.apps.googleusercontent.com",
        "client_id": "825939795126-mcce3h3b83llk6lid0fjds0b6age97k6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'",
    "permissions": [
        "identity",
        "http:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/calendar\/*",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*"
    ]
}