From df1cc62f60af652cb87c02e606a1a7b495c80c20 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sat, 23 Aug 2025 00:13:42 +0200 Subject: [PATCH 1/2] initial fastlane structures from IzzyOnDroid --- .../metadata/android/en-US/full_description.txt | 1 + fastlane/metadata/android/en-US/images/icon.png | Bin 0 -> 1816 bytes .../metadata/android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/video.txt | 1 + 4 files changed, 3 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/images/icon.png create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/video.txt diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..f9d1b57 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1 @@ +

ChromeXt adds UserScript and Dev Tools support to Chrome using Xposed framework.

Once installed, you can install UserScripts from popular sources: URLs that ends with .user.js. You can also download scripts using the download button on the top of Chrome's three dot menu, and then open your downloaded scripts in Chrome. The installation prompt should show up again. Alternatively, it is possible to use the Install UserScript page menu if you simply want to install it without further editing.

diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..04c088e2137b4da7fd4bea5604059339d965f5f5 GIT binary patch literal 1816 zcmb`I={wtr8is!fDpewsq?WcxiKW$I6yezSkcOfSp)DCp(4G-$8DYedSV}E}ma1)P zUuuuGN-;>OZQ7U-2eDNZ36)V!GaPfyzi{6BdY}8td%a(uG#9+Rl!T%L002^02OHO8 z)BawF$Z-m|IS0ogxZvDvkNtli`%v5^M6Cbu-?R5!@oq;qB|xWzE9}CZK(T$}s<&;* zdK9W9Uftp0YdQeOj1B<62{){brF%4I%WEdL9tpbvBV6SbtseF6s{Nt>dR5N$b7fvM zxyC+YIyt*8#@}09jRVF07vV7Aq5t95Le!rwE#@a+8P{S@n)=fpbtxp7gWkN{z(#Xr zuWyR;#oh>I5B9ZFe+&FUBzri`-UD0QD+2JH&;4j?7OzXYR@!@N35uekX;;1&Jg=cD z(CW4$8!tqk1m;!e$Mc^FF|;xPw81G<&H_Q=Lr3>HRXwFu_q^>MQz5(7K=i2|jOP2; zdCqP|oAG6fhKkj1AiwNA`Wm!Fr{oSuvVye-_Mz=-zmBl(zBCb+}ra655ZvM6&OQ#IX zMU3$uelv=yt|h%q0~GHa&27E;+^**k1k|md*UX(P*-5HMkOt(X(;W^4E(e?)j4{+2 zQw%o*n&`Ao7y$0MzyxzQcq*onT!WhQPp^Pbl@p9UifHB*1P8oUNSYW1h3abwpukAm z(y($RJ*l~TBd-5t-Ss&rlAtmvm*cpy9H+cR`uswkM$*F$R%PoXc85fD%FY7KHm48$ zWTw)cL_;`C)GZPmNS8_%2X)h?q9wCbofzoPfa5^OG-<0p$B*9Qs0_H>p3^jzN%Fg_ z`I|ATm0NNeJw93fnCYiMqsUlbj54@uY?4R3xnus}KOz%JV;&n>r+1#xPxo2*JjH;A57?r_yBQj=!7V5#?6XuEC!(-1<7ZUm2Z zE-&0=7yEJsNOn(ER*evWtg@mXMcgDgppmyDn z{?nuW2Pa?_nen#R0%dyQzk~oeMITbub~n5hf$<0{OLld!96O@={3`JM7Ncb^ZzfX9 z&${>xsjmk1=#o8oe2oX5-gtjSRc0H&f;2DGH0l=;m2dPy|Sj2`%g!^~-RwNGsO3UND|VYaT3*#{Fwub!(}px$%Ta6T zA6Ql&o1m%+EjaZZ1N2&-(f!{`t zUwZhAO>9xi`45TSb?kJudRQAb*tGT9U~r?i^Csd;aIG)q({_y8G=r{8hDd~DhB|a! z)e@*+a)_OC?w)?Uf=p!l-K*B26d(Ck=OALlli5g7eFuVxv>TAhqmsco=ZpCNKJ*^5 z#Z4|ub*(6pXZ`^cPq}~WY>S{Sa|FrlhR?-)Yo&O1Z!2w4gYx?aD=t!JzeYL1@)lDD z!~5Tk9D*2Zh<(CAQlXl)D`^NKPICSg1;48%#ov^gDo4S?GwfM#o7Y}Hq_%%a#E`5ULW|6>_A1a%%LhOst{ Q(SP?F))sHmWaX3i9|%z)CjbBd literal 0 HcmV?d00001 diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..8aa8a6c --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +UserScripts and Dev Tools support for Chromium based and WebView based browsers \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/video.txt b/fastlane/metadata/android/en-US/video.txt new file mode 100644 index 0000000..84e08ca --- /dev/null +++ b/fastlane/metadata/android/en-US/video.txt @@ -0,0 +1 @@ +https://www.youtube.com/watch?v=1Qm4dU-XnJM \ No newline at end of file From dcca00919c312b1db357112a7f9b88a52eb2dcb8 Mon Sep 17 00:00:00 2001 From: Izzy Date: Thu, 9 Oct 2025 14:35:34 +0200 Subject: [PATCH 2/2] updating full description --- fastlane/metadata/android/en-US/full_description.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index f9d1b57..ce941e4 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1 +1 @@ -

ChromeXt adds UserScript and Dev Tools support to Chrome using Xposed framework.

Once installed, you can install UserScripts from popular sources: URLs that ends with .user.js. You can also download scripts using the download button on the top of Chrome's three dot menu, and then open your downloaded scripts in Chrome. The installation prompt should show up again. Alternatively, it is possible to use the Install UserScript page menu if you simply want to install it without further editing.

+

ChromeXt adds UserScript and Dev Tools support to Chrome using Xposed framework.

Chromium based browsers, such as Bromite, Samsung Internet, and Brave, are fully supported. Most WebView based browsers are also supported, if not, please report it.

Note for WebView based browsers users: you only need to enable this module for the browser application you wish to use, not for any possible WebView applications, _neither_ for the Android system.

Once installed, you can install UserScripts from popular sources: URLs that ends with .user.js. From the three dots page menu, ChromeXt offers you the Developer tools menu for the UserScript manager front end, and the Eruda console menu for other pages. For WebView based browsers and Samsung Internet, these menu items are presented in the context menu.

\ No newline at end of file