Pixiv Ugoira WebM
Converts Pixiv Ugoira Animations to WebM video files.
Τι είναι το Pixiv Ugoira WebM;
Το Pixiv Ugoira WebM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Levi Castillo, και η κύρια λειτουργία του είναι "Converts Pixiv Ugoira Animations to WebM video files.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pixiv Ugoira WebM
Λήψη αρχείων επέκτασης Pixiv Ugoira WebM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Convert any ugoira animation to WebM or GIF at pixiv. Features: -Convert ugoira animations to GIF or WebM. -Select either convert resized animation or full screen animation (if available). -Choose whether download, view or replace the original animation with the converted media. For questions, reporting issues or suggesting changes you can send an email to Levi Castillo at [email protected].
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pixiv Ugoira WebM |
ID | gbloepphddjkabijnjhaplhhamkmkmik |
Επίσημο URL | https://chromewebstore.google.com/detail/pixiv-ugoira-webm/gbloepphddjkabijnjhaplhhamkmkmik |
Περιγραφή | Converts Pixiv Ugoira Animations to WebM video files. |
Μέγεθος Αρχείου | 184 KB |
Αριθμός Εγκαταστάσεων | 3,630 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2016-06-05 |
Ημερομηνία Δημοσίευσης | 2016-06-05 |
Αξιολόγηση | 3.85/5 Συνολικά 53 Αξιολογήσεις |
Προγραμματιστής | Levi Castillo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixiv Ugoira WebM", "description": "Converts Pixiv Ugoira Animations to WebM video files.", "version": "0.1.1", "minimum_chrome_version": "46", "icons": { "16": "Image\/16.png", "48": "Image\/48.png", "128": "Image\/128.png" }, "options_page": "Extension\/Options.html", "background": { "persistent": true, "scripts": [ "Common\/Thirdparty\/jquery-2.2.4.js", "Extension\/Background.js" ] }, "page_action": { "default_icon": { "19": "Image\/19.png", "38": "Image\/38.png" }, "default_title": "Pixiv Ugoira WebM", "default_popup": "Extension\/Options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.pixiv.net\/*" ], "css": [ "ContentScript\/PUW.css" ], "js": [ "Common\/Thirdparty\/jquery-2.2.4.js", "Common\/jQueryPlugins.js", "Common\/Thirdparty\/zip\/zip.js", "Common\/Thirdparty\/zip\/zip-ext.js", "Common\/Thirdparty\/zip\/deflate.js", "Common\/Thirdparty\/zip\/inflate.js", "Common\/Thirdparty\/whammy.js", "Common\/Thirdparty\/GIFEncoder\/LZWEncoder.js", "Common\/Thirdparty\/GIFEncoder\/NeuQuant.js", "Common\/Thirdparty\/GIFEncoder\/GIFEncoder.js", "Common\/Thirdparty\/GIFEncoder\/b64.js", "ContentScript\/PUW.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.pixiv.net\/*" ] }, "permissions": [ "tabs", "storage", "downloads", "*:\/\/*.pixiv.net\/*" ], "web_accessible_resources": [ "PageScript\/PUWPageScript.js", "Image\/ConvertButton_32.png", "Image\/ConvertButton_48.png", "Image\/header.png" ] } |