Iwara U
Enhance Iwara website
Wat is Iwara U?
Iwara U is een Chrome-extensie ontwikkeld door hypeaced, en de belangrijkste functie is "Enhance Iwara website".
Extensie Screenshots
Download het CRX-bestand van de extensie Iwara U
Download Iwara U-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | afipnpeaneehogjfdihdnnmjbdljlnjh |
Officiële URL | https://chromewebstore.google.com/detail/iwara-u/afipnpeaneehogjfdihdnnmjbdljlnjh |
Beschrijving | Enhance Iwara website |
Bestandsgrootte | 82.85 KB |
Aantal Installaties | 1,148 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2022-08-16 |
Publicatiedatum | 2020-04-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | hypeaced |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |