Search Free Movies New Tab

Access free movies content from the new tab page

Search Free Movies New Tabคืออะไร?

Search Free Movies New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://info.searchfreemovies.com และคุณลักษณะหลักของมันคือ "Access free movies content from the new tab page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Free Movies New Tab

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

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

                        Access movies related content right from the newtab page!
Access to big catalogue of films with just one click now from the New Tab!
This extension configures your New Tab page to Search™ by ElementSoft

With it you can easily access your favorite movies with one click of the mouse!  
Now you can enjoy your favorite movies than ever before!

• See to online movies with easy access to your favorite movies streaming sites
• Access free movies and more - straight from your browser's new tab page
• Save time and effort with added convenience

The Search free movies New Tab™ by ElementSoft extension offers convenient web search and quick links to popular sites from the Chrome New Tab page.

You can uninstall the extension at any time.

Terms of Use
http://info.searchfreemovies.com/terms.html

Privacy Policy
http://info.searchfreemovies.com/privacy.html

Uninstall
http://info.searchfreemovies.com/uninstallprocess.html                    

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

ชื่อ Search Free Movies New Tab Search Free Movies New Tab
ID pclnhigplacmknabogcmmnbeideejljk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-free-movies-new-ta/pclnhigplacmknabogcmmnbeideejljk
คำอธิบาย Access free movies content from the new tab page
ขนาดไฟล์ 194 KB
จำนวนการติดตั้ง 1,430
เวอร์ชันปัจจุบัน 2.0.23
อัปเดตครั้งล่าสุด 2017-03-07
วันที่เผยแพร่ 2017-03-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://info.searchfreemovies.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://info.searchfreemovies.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Free Movies New Tab",
    "version": "2.0.23",
    "description": "Access free movies content from the new tab page",
    "author": "Search Free Movies",
    "homepage_url": "https:\/\/home.searchfreemovies.com",
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/libs\/jquery.min.js",
            "js\/libs\/auto-login.js",
            "js\/libs\/googleAnalytics.js",
            "js\/libs\/api.js",
            "js\/libs\/track-bi-api.js",
            "js\/BackgroundEvents.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "management",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "background"
    ],
    "web_accessible_resources": [
        "js\/*",
        "newTabl.html"
    ],
    "browser_action": {
        "default_icon": "icon256.png",
        "default_title": "Search Free Movies\u200b"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}