All Movies Tab
The easy and fun way to watch trailers, explore popular movies and TV shows.
Τι είναι το All Movies Tab;
Το All Movies Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.allmoviestab.com, και η κύρια λειτουργία του είναι "The easy and fun way to watch trailers, explore popular movies and TV shows.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης All Movies Tab
Λήψη αρχείων επέκτασης All Movies Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can now enjoy one-click access to the latest movie reviews, film trailers, entertainment news and more in one convenient spot! This extension configures your New Tab page to All Movies Tab™ to provide these features. All Movies Tab™ Makes Bing your default search when you install it. The All Movies Tab™ extension also offers convenient web search. Watch FREE movies online! Watch your favorite films for FREE – with a single click! With All Movies Tab™, you can watch newly released movies and classic films – all in one convenient place. Choose from a variety of movie genres. Watch on your PC for FREE. With All Movies Tab™ you can… • Watch sci-fi, action, horror, drama movies and more! • Access movie reviews, entertainment news, viral videos • Save time and effort with added convenience • It’s FREE. No registration required By clicking the “Add To Chrome” and installing the All Movies Tab™ extension, you agree to the End User License Agreement (http://www.allmoviestab.com/end_user_license_agreement/), the Privacy Policy (http://www.allmoviestab.com/privacy_policy/) and to any additional terms set forth below. You further agree to receive any future updates and upgrades. For instructions on how to remove our extension, please visit http://www.allmoviestab.com/how_to_remove/. For other support or to provide feedback, please email our customer service team at [email protected].
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nbagecfnimmiibppepkigkpballbmblm |
Επίσημο URL | https://chrome.google.com/webstore/detail/all-movies-tab/nbagecfnimmiibppepkigkpballbmblm |
Περιγραφή | The easy and fun way to watch trailers, explore popular movies and TV shows. |
Μέγεθος Αρχείου | 22.83 KB |
Αριθμός Εγκαταστάσεων | 815 |
Τρέχουσα Έκδοση | 1.0.7 |
Τελευταία Ενημέρωση | 2018-10-02 |
Ημερομηνία Δημοσίευσης | 2018-10-02 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://www.allmoviestab.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.allmoviestab.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.securesearch.pro/privacy_policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All Movies Tab", "description": "The easy and fun way to watch trailers, explore popular movies and TV shows.", "version": "1.0.7", "homepage_url": "http:\/\/www.allmoviestab.com\/", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/128.png", "default_popup": "pop.html", "default_title": "Open All Movies Tab" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "http:\/\/www.allmoviestab.com\/favicon.png", "is_default": true, "keyword": "All Movies Tab", "name": "All Movies Tab", "search_url": "http:\/\/www.allmoviestab.com\/search\/1\/?request={searchTerms}", "suggest_url": "http:\/\/www.allmoviestab.com\/api\/suggest.php?query={searchTerms}" } }, "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |