Tab Movies & Shows

This extension displays a popular image from popular movies and shows every time you open a new tab.

Tab Movies & Shows là gì?

Tab Movies & Shows là một tiện ích mở rộng Chrome được phát triển bởi https://ibrahimmumcu.com, và tính năng chính của nó là "This extension displays a popular image from popular movies and shows 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 Tab Movies & Shows

Tải xuống các tệp mở rộng Tab Movies & Shows 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

                        New Version: 0.2
- UI Improvements

Version: 0.1.9
- Options & Download icons has been changed.

Version: 0.1.8
- Options added.
- Now you can download background image by clicking download button.
- You can select background type (contain or cover)
- Show Top Sites options added.
- Show Movie/TV Show name options added.
- Show IMDb logo options added.
- Show download button options added.
- Bug fix.

Version: 0.1.6
- Added loading gif.
- Added error message when no connection.
- Bug fix.

Version: 0.1.5
- Added imdb link

Version: 0.1.4
- Bug fix.

Version: 0.1.3
- Added top sites which you've visited most.

Version: 0.1.2
- Added TV shows support.

Version: 0.1.1
- First initial. Show movies every time open a new tab.                    

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

Tên Tab Movies & Shows Tab Movies & Shows
ID meneeapdificiecchmdkjegaomfcmcml
URL Chính Thức https://chromewebstore.google.com/detail/tab-movies-shows/meneeapdificiecchmdkjegaomfcmcml
Mô tả This extension displays a popular image from popular movies and shows every time you open a new tab.
Kích Thước Tệp 66.61 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-10-11
Ngày Phát Hành 2016-03-25
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://ibrahimmumcu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ibrahimmumcu.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Movies & Shows",
    "description": "This extension displays a popular image from popular movies and shows every time you open a new tab.",
    "permissions": [
        "topSites"
    ],
    "version": "0.2",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": true
    },
    "author": "\u0130brahim Mumcu",
    "homepage_url": "http:\/\/www.ibrahimmumcu.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "short_name": "Tab Movies"
}