Movies Tab
This extension sets your New Tab to Movies Tab - Your Window To the Movies World.
What is Movies Tab?
Movies Tab is a Chrome extension developed by https://movies-tab.com, and its main feature is "This extension sets your New Tab to Movies Tab - Your Window To the Movies World.".
Extension Screenshots
Download Movies Tab Extension CRX File
Download Movies Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | iibacphhjajlchfgapfmckcblknkbjeo |
Official URL | https://chromewebstore.google.com/detail/movies-tab/iibacphhjajlchfgapfmckcblknkbjeo |
Description | This extension sets your New Tab to Movies Tab - Your Window To the Movies World. |
File Size | 73.63 KB |
Installation Count | 40 |
Current Version | 1.9 |
Last Updated | 2017-10-17 |
Publish Date | 2017-10-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://movies-tab.com |
[email protected] | |
Payment Type | free |
Extension Website | http://movies-tab.com/ |
Help Page URL | http://movies-tab.com/about/index.html |
Privacy Policy Page URL | http://personal-browser.com/about/privacy.html |
Supported Languages | 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';" } |