Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
Was ist Youtube to Playit Convertor?
Youtube to Playit Convertor ist eine Chrome-Erweiterung, die von rasikhkhattat entwickelt wurde, und ihr Hauptmerkmal ist "Converts the iframe and embeded video of youtube to playit.pk iframe.".
Erweiterungsscreenshots
Youtube to Playit Convertor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube to Playit Convertor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
Beschreibung | Converts the iframe and embeded video of youtube to playit.pk iframe. |
Dateigröße | 42.4 KB |
Installationsanzahl | 302 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-04-02 |
Veröffentlichungsdatum | 2015-03-10 |
Bewertung | 4.73/5 Insgesamt 11 Bewertungen |
Entwickler | rasikhkhattat |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |