Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
Qu'est-ce que Youtube to Playit Convertor ?
Youtube to Playit Convertor est une extension Chrome développée par rasikhkhattat, et sa fonction principale est "Converts the iframe and embeded video of youtube to playit.pk iframe.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube to Playit Convertor
Téléchargez les fichiers d'extension Youtube to Playit Convertor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
Informations de Base sur l'Extension
Nom | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
Description | Converts the iframe and embeded video of youtube to playit.pk iframe. |
Taille du Fichier | 42.4 KB |
Nombre d'Installations | 302 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-04-02 |
Date de Publication | 2015-03-10 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | rasikhkhattat |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube to Playit Convertor", "description": "Converts the iframe and embeded video of youtube to playit.pk iframe.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Youtube to Playit Convertor.", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "youtube_script.js", "playit_script.js" ] } ], "manifest_version": 2 } |