Movies Tab

This extension sets your New Tab to Movies Tab - Your Window To the Movies World.

Apa itu Movies Tab?

Movies Tab adalah ekstensi Chrome yang dikembangkan oleh https://movies-tab.com, dan fitur utamanya adalah "This extension sets your New Tab to Movies Tab - Your Window To the Movies World.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Movies Tab

Unduh file ekstensi Movies Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Keep update on the latest Movies in the World.
update from Thousands of Movies sites and latest Trailers
in one updated feed.
Your next Movie is going to be here!                    

Informasi Dasar Ekstensi

Nama Movies Tab Movies Tab
ID iibacphhjajlchfgapfmckcblknkbjeo
URL Resmi https://chromewebstore.google.com/detail/movies-tab/iibacphhjajlchfgapfmckcblknkbjeo
Deskripsi This extension sets your New Tab to Movies Tab - Your Window To the Movies World.
Ukuran File 73.63 KB
Jumlah Instalasi 40
Versi Saat Ini 1.9
Terakhir Diperbarui 2017-10-17
Tanggal Publikasi 2017-10-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://movies-tab.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://movies-tab.com/
URL Halaman Bantuan http://movies-tab.com/about/index.html
URL Halaman Kebijakan Privasi http://personal-browser.com/about/privacy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movies Tab",
    "short_name": "Movies Tab.",
    "version": "1.9",
    "description": "This extension sets your New Tab to Movies Tab - Your Window To the Movies World.",
    "homepage_url": "http:\/\/www.movies-tab.com",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "http:\/\/movies-tab.com\/*",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Movies Tab Home Page",
        "default_icon": "images\/128x128.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net  https:\/\/ajax.googleapis.com  https:\/\/www.google-analytics.com\/analytics.js https:\/\/www.google-analytics.com\/ga.js 'unsafe-eval' ; object-src 'self';"
}