ToMovies

ToMovies brings you the latest online videos and movies from popular sites all in one place

ToMoviesคืออะไร?

ToMovies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://search.lethona.com และคุณลักษณะหลักของมันคือ "ToMovies brings you the latest online videos and movies from popular sites all in one place"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ToMovies

ดาวน์โหลดไฟล์ส่วนขยาย ToMovies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Watch unlimited videos, movie and trailers, music videos and more.
This extension configures your New Tab page to ToMovies to provide these features.

Download and view 1000s of FREE videos. ToMovies extension provide easy access to different video streaming platforms.

Enjoy trending videos and latest music albums online - with just one click

The ToMovies extension also offers free web search.

Watching videos is made easy with ToMovies extension

Download videos for your viewing enjoyment. For FREE.

ToMovies Features:
1. Brings you the latest online videos from popular sites - all in one place
2. Listen to your favorite music and podcasts - in one click.
3. Todos- Add and manage a todo list and set reminder for each task if needed.
4. Apps Management- Access your browser apps to quickly and conveniently.
5. History Management- View your search history & most visited websites to access easily.
6. Create Notes - Record Work details.

Try ToMovies Extension today.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ToMovies ToMovies
ID logebbjgahpfkbhehmdphjlkjmdgfadf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tomovies/logebbjgahpfkbhehmdphjlkjmdgfadf
คำอธิบาย ToMovies brings you the latest online videos and movies from popular sites all in one place
ขนาดไฟล์ 722 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2020-05-30
วันที่เผยแพร่ 2020-05-30
ผู้พัฒนา https://search.lethona.com
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://search.lethona.com/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToMovies",
    "description": "ToMovies brings you the latest online videos and movies from popular sites all in one place",
    "version": "0.2",
    "author": "Ragavi",
    "browser_action": {
        "default_title": "Easy Access To Movies"
    },
    "icons": {
        "48": "data\/icons\/icon-48.png",
        "96": "data\/icons\/icon-96.png",
        "128": "data\/icons\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/suggestqueries.google.com; object-src 'self'",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "query",
            "keyword": "lethona.com",
            "favicon_url": "https:\/\/search.lethona.com\/lethona-favicon.png",
            "search_url": "https:\/\/search.lethona.com\/find?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "permissions": [
        "activeTab",
        "topSites",
        "management"
    ]
}