Wiki Tube
Movie teaser video addded to the top of the Wikipedia page of the Movie
Τι είναι το Wiki Tube;
Το Wiki Tube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nikhil Nainani, και η κύρια λειτουργία του είναι "Movie teaser video addded to the top of the Wikipedia page of the Movie".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Wiki Tube
Λήψη αρχείων επέκτασης Wiki Tube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension adds the youtube teaser video of a movie right at the top of the wikipedia page of the movie. May not work for all movies becuase of keyword search on Youtube API.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | hkkphbohfchhkkpnkcoomlhfieaicgjg |
Επίσημο URL | https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg |
Περιγραφή | Movie teaser video addded to the top of the Wikipedia page of the Movie |
Μέγεθος Αρχείου | 8.54 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2014-11-25 |
Ημερομηνία Δημοσίευσης | 2014-11-25 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Nikhil Nainani |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Tube", "description": "Movie teaser video addded to the top of the Wikipedia page of the Movie", "version": "1.2", "permissions": [ "https:\/\/www.goodreads.com\/*", "http:\/\/www.goodreads.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/*" ], "js": [ "test.js" ] }, { "matches": [ "http:\/\/www.amazon.in\/*", "https:\/\/www.amazon.in\/*" ], "js": [ "2.js" ] } ] } |