Funny Tabs HD Wallpapers New Tab

Enjoy HD wallpapers of Funny Tabs every time you open a new tab.

Funny Tabs HD Wallpapers New Tab là gì?

Funny Tabs HD Wallpapers New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://funnytabs.co, và tính năng chính của nó là "Enjoy HD wallpapers of Funny Tabs every time you open a new tab.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Funny Tabs HD Wallpapers New Tab

Tải xuống các tệp mở rộng Funny Tabs HD Wallpapers 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

                        Get a laugh everything you open a new tab! 

This extension provides you with a wide collection of wallpapers of funny animals, cats, dogs, memes, quotes, and much more. 

It also offers quick access to your most visited sites, bookmarks, and web search using Bing or your favorite engine like Yahoo! and Google. 

It has quick reminders with a to-do list, theme colors, time, date, weather, music, and games. 
 
Visit our homepage for more funny wallpapers: https://funnytabs.co 

Got feedback? Contact us at [email protected]                    

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

Tên Funny Tabs HD Wallpapers New Tab Funny Tabs HD Wallpapers New Tab
ID fkhahphnngmgooimhlnnfggfhjmcmapm
URL Chính Thức https://chrome.google.com/webstore/detail/funny-tabs-hd-wallpapers/fkhahphnngmgooimhlnnfggfhjmcmapm
Mô tả Enjoy HD wallpapers of Funny Tabs every time you open a new tab.
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 2.19.95
Cập Nhật Lần Cuối 2022-04-25
Ngày Phát Hành 2021-07-09
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://funnytabs.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://funnytabs.co
URL Trang Chính Sách Bảo Mật https://funnytabs.co/blog/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Funny Tabs HD Wallpapers New Tab",
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-scripts\/installed.js",
                "content-scripts\/event-handler.js"
            ],
            "matches": [
                "*:\/\/*.funnytabs.co\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.funnytabs.co\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.ytimg.com  https:\/\/www.googleapis.com https:\/\/*.ytimg.com https:\/\/*.funnytabs.co https:\/\/*.mystart.com https:\/\/*.mystartcdn.com https:\/\/*.vmn.net https:\/\/api.facebook.com https:\/\/*.twitter.com; object-src 'self'",
    "description": "Enjoy HD wallpapers of Funny Tabs every time you open a new tab.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Funny Tabs HD Wallpapers New Tab",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "storage",
        "management",
        "*:\/\/*.mystart.com\/*",
        "*:\/\/*.funnytabs.co\/*",
        "bookmarks",
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "short_name": "Funny Tabs",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.19.95"
}