Iwara U
Enhance Iwara website
Cos'è Iwara U?
Iwara U è un'estensione di Chrome sviluppata da hypeaced, e la sua funzione principale è "Enhance Iwara website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Iwara U
Scarica i file di estensione Iwara U in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sorting for iwara.tv VIDEO + IMAGES **ONLY SORT SINGLE PAGE** Sort options: 1) LIKES 2) VIEWS 3) POPULAR - Number of views divide by number of likes 4) DATE - default iwara.tv sorting ============================================== Update 1.0.6 - Fix bug: accidentally trigger on videos with many comments Update 1.0.4 - Fix bug: now sort when logout Update 1.0.3 - Add Page Numbers to top of videos/images!
Informazioni di Base sull'Estensione
Nome | |
ID | afipnpeaneehogjfdihdnnmjbdljlnjh |
URL Ufficiale | https://chromewebstore.google.com/detail/iwara-u/afipnpeaneehogjfdihdnnmjbdljlnjh |
Descrizione | Enhance Iwara website |
Dimensione del File | 82.85 KB |
Conteggio Installazioni | 1,148 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2022-08-16 |
Data di Pubblicazione | 2020-04-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | hypeaced |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.0.7", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/iwara.tv", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "default_title": "__MSG_extensionName__", "default_popup": "menu\/menu.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.iwara.tv\/videos*", "*:\/\/*.iwara.tv\/images*" ], "js": [ "iwara_sorting.js" ] } ], "default_locale": "en" } |