Jump to content

Recommended Posts

Posted

Hey All,

I am trying to retrieve the code in the Google Chrome Webstore, that will tell me if an extension exists. I have obtained a list of all the Chrome extensions used in our environment with SCCM and I'd like to see what those extensions are, because I can only retrieve the Extension ID.

I can manually browse to this site, https://chrome.google.com/webstore/search, and then append the extension id to the url, and it will tell what the extension is, or if it doesn't exist. I want to automate this and loop through a csv file that I have with the list of extensions. I have a script that I have tried creating, but it is unable to find the html code that generates the results on this page.

here is an example url:

https://chrome.google.com/webstore/search/aciahcmjmecflokailenpkdchphgkefd

 

I want to read the text, "no results for", so I know the extension no longer exists. I am unable to find this piece of code.

image.thumb.png.e2623c63240c34449ecd061788b639bb.png

 

Here is the autoit code that I have so far.

#include<Debug.au3>
#include<File.au3>
#include<IE.au3>
$chromeExtList = "c:\Temp\Software - Google Chrome Extensions.csv" ; Can be change to point to another csv file that has the ext ID only. e.g. aciahcmjmecflokailenpkdchphgkefd
$arrayExtID = FileReadToArray($chromeExtList)
;_DebugArrayDisplay($arrayExtID)

For $i = 0 To UBound($arrayExtID) -1
    $oIE = _IECreate("https://chrome.google.com/webstore/search/" & $arrayExtID[$i],0,0)
    $sText = _IEBodyReadText($oIE)
    ;$sText = StringStripWS($sText,4)
    ConsoleWrite(@CRLF & @CRLF & "***** " & $arrayExtID[$i] & "***** " & @CRLF & @CRLF & $sText & @CRLF & @CRLF & "___________________________________")
    _IEQuit($oIE)
Next

 

Can someone help me figure out how to read the html for the results page of the Chrome webstore site please?

 

thanks

Posted

Hye FrancescoDiMuro, here are the results.

***** aabcgdmkeabbnleenpncegpcngjpnjkc***** 

<input id="hist_state" style="display: none;" type="text"><iframe tabindex="-1" id="hist_frame" style="display: none;"></iframe><div class="sh-rj-tj-Sh"></div><div class="sh-bl-Gl-Sh"></div><script src="/_/scs/cws-static/_/js/k=cws.main.en_US.aXpsUpF_vng.O/am=AQ/rt=j/d=1/rs=AAxzQIX6lp-fq9iu10ZFDhqHI2cOPZup_Q/m=consumer" nonce="c/+WMyCEvsD9a/NDXDxsz5zNQ9E"></script><script src="//www.google.com/insights/consumersurveys/async_survey?site=cbe7lcxksaqvgeqinpq256lhui" defer="" async="" nonce="c/+WMyCEvsD9a/NDXDxsz5zNQ9E"></script><div class="F-ia-k S-ph S-Rc-qa"><div class="O-j-k"><div class="O-j h-Rk"><div class="O-j-gb"><a class="A8AIPb" href="https://chrome.google.com/webstore/category/extensions"><div class="uKSMob"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" width="100%" height="100%"><defs><path id="a" d="M 8 20 v 140 c 0 6.6 5.4 12 12 12 h 152 c 6.6 0 12 -5.4 12 -12 V 20 H 8 Z m 108 32 H 76 c -4.42 0 -8 -3.58 -8 -8 s 3.58 -8 8 -8 h 40 c 4.42 0 8 3.58 8 8 s -3.58 8 -8 8 Z" /></defs><clipPath id="b"><use overflow="visible" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" /></clipPath><path clip-path="url(&quot;#b&quot;)" fill="#eee" d="M 8 20 h 176 v 152 H 8 Z" /><path clip-path="url(&quot;#b&quot;)" fill="#fff" d="M 116 36 H 76 c -4.42 0 -8 3.58 -8 8 s 3.58 8 8 8 h 40 c 4.42 0 8 -3.58 8 -8 s -3.58 -8 -8 -8 Z" /><g clip-path="url(&quot;#b&quot;)"><defs><circle id="c" cx="96" cy="160" r="76" /></defs><clipPath id="d"><use overflow="visible" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#c" /></clipPath><path clip-path="url(&quot;#d&quot;)" fill="#db4437" d="M 32.07 84 v 93.27 h 34.01 L 96 125.45 h 76 V 84 Z m 0 0 v 93.27 h 34.01 L 96 125.45 h 76 V 84 Z" /><path clip-path="url(&quot;#d&quot;)" fill="#0f9d58" d="M 20 236 h 72.34 l 33.58 -33.58 v -25.14 l -59.84 -0.01 L 20 98.24 Z m 0 0 h 72.34 l 33.58 -33.58 v -25.14 l -59.84 -0.01 L 20 98.24 Z" /><path clip-path="url(&quot;#d&quot;)" fill="#ffcd40" d="M 96 125.45 l 29.92 51.82 L 92.35 236 H 172 V 125.45 Z m 0 0 l 29.92 51.82 L 92.35 236 H 172 V 125.45 Z" /><g clip-path="url(&quot;#d&quot;)"><circle fill="#f1f1f1" cx="96" cy="160" r="34.55" /><circle fill="#4285f4" cx="96" cy="160" r="27.64" /></g></g><path clip-path="url(&quot;#b&quot;)" fill="#212121" fill-opacity="0.05" d="M 8 20 h 176 v 76 H 8 Z" /><path fill="#212121" fill-opacity="0.02" d="M 8 95 h 176 v 1 H 8 Z" /><path fill="#fff" fill-opacity="0.05" d="M 8 96 h 176 v 1 H 8 Z" /><path fill="#212121" fill-opacity="0.02" d="M 116 52 H 76 c -4.25 0 -7.72 -3.32 -7.97 -7.5 c -0.02 0.17 -0.03 0.33 -0.03 0.5 c 0 4.42 3.58 8 8 8 h 40 c 4.42 0 8 -3.58 8 -8 c 0 -0.17 -0.01 -0.33 -0.03 -0.5 c -0.25 4.18 -3.72 7.5 -7.97 7.5 Z M 8 20 v 1 h 176 v -1 H 8 Z" /><path fill="#231f20" fill-opacity="0.1" d="M 76 36 h 40 c 4.25 0 7.72 3.32 7.97 7.5 c 0.01 -0.17 0.03 -0.33 0.03 -0.5 c 0 -4.42 -3.58 -8 -8 -8 H 76 c -4.42 0 -8 3.58 -8 8 c 0 0.17 0.01 0.33 0.03 0.5 c 0.25 -4.18 3.72 -7.5 7.97 -7.5 Z m 96 135 H 20 c -6.6 0 -12 -5.4 -12 -12 v 1 c 0 6.6 5.4 12 12 12 h 152 c 6.6 0 12 -5.4 12 -12 v -1 c 0 6.6 -5.4 12 -12 12 Z" /><radialGradient id="e" gradientUnits="userSpaceOnUse" cx="7.502" cy="19.344" r="227.596"><stop stop-color="#fff" stop-opacity="0.1" offset="0" /><stop stop-color="#fff" stop-opacity="0" offset="1" /></radialGradient><path fill="url(#e)" d="M 8 20 v 140 c 0 6.6 5.4 12 12 12 h 152 c 6.6 0 12 -5.4 12 -12 V 20 H 8 Z m 108 32 H 76 c -4.42 0 -8 -3.58 -8 -8 s 3.58 -8 8 -8 h 40 c 4.42 0 8 3.58 8 8 s -3.58 8 -8 8 Z" /><path fill="none" d="M 0 0 h 192 v 192 H 0 Z" /></svg></div><span class="PNF6le">Chrome Web Store</span></a></div><div class="O-j-hd-M"><div class="g-hd-M-wa Aa h-O-j-hd-M" style="display: none;">Show: <span tabindex="0" class="h-hd-aa ga-dd-Va g-aa-ca" role="button" aria-expanded="false" aria-haspopup="true" aria-activedescendant=":r" unselectable="on"><span class="g-aa-ca-c" unselectable="on"><span class="g-aa-ca-w" id=":r" role="option" aria-posinset="1" aria-setsize="6" unselectable="on">All</span><span class="U-H" unselectable="on"></span></span></span></div></div><div class="O-j-ec-ha-M"><div class="g-ec-ha-M-wa Aa h-O-j-ec-ha-M Pa">Sort by: <span tabindex="0" class="h-ec-ha-aa ga-dd-Va g-aa-ca" role="button" aria-expanded="false" aria-haspopup="true" aria-activedescendant=":o" unselectable="on"><span class="g-aa-ca-c" unselectable="on"><span class="g-aa-ca-w" id=":o" role="option" aria-posinset="1" aria-setsize="4" unselectable="on">Recommended</span><span class="U-H" unselectable="on"></span></span></span></div></div><div class="O-j-Ig"><div class="Sf-Kd mspin-medium me Sf-Kd-Bi h-Ig" style="opacity: 0;"><div><div></div></div></div></div><div class="O-j-p-J"><div class="O-j-Zd-c"><div tabindex="0" title="Settings" class="Zd-c g-c-nl Aa h-Hk"><div class="g-s"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 19.43 12.98 c 0.04 -0.32 0.07 -0.64 0.07 -0.98 s -0.03 -0.66 -0.07 -0.98 l 2.11 -1.65 c 0.19 -0.15 0.24 -0.42 0.12 -0.64 l -2 -3.46 c -0.12 -0.22 -0.39 -0.3 -0.61 -0.22 l -2.49 1 c -0.52 -0.4 -1.08 -0.73 -1.69 -0.98 l -0.38 -2.65 C 14.46 2.18 14.25 2 14 2 h -4 c -0.25 0 -0.46 0.18 -0.49 0.42 l -0.38 2.65 c -0.61 0.25 -1.17 0.59 -1.69 0.98 l -2.49 -1 c -0.23 -0.09 -0.49 0 -0.61 0.22 l -2 3.46 c -0.13 0.22 -0.07 0.49 0.12 0.64 l 2.11 1.65 c -0.04 0.32 -0.07 0.65 -0.07 0.98 s 0.03 0.66 0.07 0.98 l -2.11 1.65 c -0.19 0.15 -0.24 0.42 -0.12 0.64 l 2 3.46 c 0.12 0.22 0.39 0.3 0.61 0.22 l 2.49 -1 c 0.52 0.4 1.08 0.73 1.69 0.98 l 0.38 2.65 c 0.03 0.24 0.24 0.42 0.49 0.42 h 4 c 0.25 0 0.46 -0.18 0.49 -0.42 l 0.38 -2.65 c 0.61 -0.25 1.17 -0.59 1.69 -0.98 l 2.49 1 c 0.23 0.09 0.49 0 0.61 -0.22 l 2 -3.46 c 0.12 -0.22 0.07 -0.49 -0.12 -0.64 l -2.11 -1.65 Z M 12 15.5 c -1.93 0 -3.5 -1.57 -3.5 -3.5 s 1.57 -3.5 3.5 -3.5 s 3.5 1.57 3.5 3.5 s -1.57 3.5 -3.5 3.5 Z" /></svg></div></div></div><div class="O-j-Ic-c"><div class="K4DD2d h-jk"><a class="LiwhO" href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fsearch%2Faabcgdmkeabbnleenpncegpcngjpnjkc&amp;service=chromewebstore&amp;sarp=1">Sign in</a><span tabindex="0" class="FJqmKb" style="display: none;"></span><div class="celf4d U-H" style="display: none;"><div class="g-s"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="4 4 16 16" width="100%" height="100%"><path d="M 7.41 8.59 L 12 13.17 l 4.59 -4.58 L 18 10 l -6 6 l -6 -6 L 7.41 8.59 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 V 0 Z" /></svg></div></div></div></div></div><div tabindex="-1" class="g-M g-M-Zb" role="menu" aria-haspopup="true" style="display: none;" hidefocus="" unselectable="on"><div class="g-ma" id=":c" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">My Extensions &amp; Apps</div></div><div class="g-ma" id=":d" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Language: English (United States)</div></div><div class="g-ma" id=":e" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Location: United States</div></div><div class="g-ma" id=":f" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Developer Dashboard</div></div><div class="g-ma" id=":g" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Help</div></div></div><div tabindex="-1" class="g-M g-M-Zb" role="menu" aria-haspopup="true" style="display: none;" hidefocus="" unselectable="on"><div class="g-ma" id=":j" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Sign in with another account...</div></div><div class="g-ma" id=":k" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Sign out</div></div></div></div><div class="O-j-Jc"></div></div><div class="h-F-f-k F-f-k"></div><div class="h-Yb-wa Yb-wa"><div class="Yb"><div class="Yb-xi"><div class="f-kb-c Yb-kb-c"><div class="f-kb-tg"></div></div><div>You will need Google Chrome to install most apps, extensions and themes.</div><div><a href="https://www.google.com/chrome?brand=GGRF&amp;utm_campaign=ww&amp;utm_source=ww-cws-banner&amp;utm_medium=et" target="_blank">Download Google Chrome</a></div></div></div></div><div class="F-k"><div class="F-n-J"><div class="HWJfBb h-gk"><div class="QbFNHc"><div class="g-na-k"><div class="g-na-ib-k"><span class="FokDXb g-Qc-s" aria-hidden="true">?</span><input class="h-n-j-Qc-lc" id="searchbox-input" aria-label="Search the store" type="text" maxlength="300" placeholder="Search the store" value=""><button class="n-j-Qc-tg" aria-label="Clear the search box"></button></div><div class="kgeH9b eLNT1d"></div></div></div><div class="gpx3nd Ka-Ia-j" style="display: none;"><a class="n-j-O-xb-M-u h-n-j-O-xb-M-u-extensions" href="https://chrome.google.com/webstore/category/extensions"><span class="FokDXb n-j-O-xb-M-u-s" aria-hidden="true">?</span>Extensions</a><a class="n-j-O-xb-M-u h-n-j-O-xb-M-u-themes" href="https://chrome.google.com/webstore/category/themes"><span class="FokDXb n-j-O-xb-M-u-s" aria-hidden="true">?</span>Themes</a></div><div class="krneT yrk3fc" style="display: none;"></div><div class="WrIA6d"><div class="n-j-Z"><div class="n-j-Z-Dc h-n-j-Z-Dc"><a class="n-j-Z-Dc-c" href="https://chrome.google.com/webstore/category/extensions">« Home</a><a class="n-j-Z-Dc-c h-n-j-Z-Ug-Cd-hg" style="display: none;">Reset filters</a></div><div class="h-n-j-Z-Qa-K n-j-Z-Qa-K"><div class="n-j-Z-u-Nb-Sc-y"><div class="n-j-Z-u h-n-j-Z-k-extensions"><input name="type" class="h-n-j-Z-Bb-extensions n-j-Z-Bb" id=":t-extensions" type="radio"><label class="n-j-Z-R" for=":t-extensions"><span class="n-j-Z-u-w">Extensions</span></label></div><a class="n-j-Z-K-o-c h-n-j-Z-Sc-types" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-themes"><input name="type" class="h-n-j-Z-Bb-themes n-j-Z-Bb" id=":t-themes" type="radio"><label class="n-j-Z-R" for=":t-themes"><span class="n-j-Z-u-w">Themes</span></label></div><div class="n-j-Z-u h-n-j-Z-k-apps Pa"><input name="type" class="h-n-j-Z-Bb-apps n-j-Z-Bb" id=":t-apps" type="radio"><label class="n-j-Z-R" for=":t-apps"><span class="n-j-Z-u-w">Apps</span></label></div><div class="n-j-Z-u h-n-j-Z-k-app/3-games Pa"><input name="type" class="h-n-j-Z-Bb-app/3-games n-j-Z-Bb" id=":t-app/3-games" type="radio"><label class="n-j-Z-R" for=":t-app/3-games"><span class="n-j-Z-u-w">Games</span></label></div><div class="n-j-Z-u h-n-j-Z-k-sitelists Pa" style="display: none;"><input name="type" class="h-n-j-Z-Bb-sitelists n-j-Z-Bb" id=":t-sitelists" type="radio"><label class="n-j-Z-R" for=":t-sitelists"><span class="n-j-Z-u-w">Site Lists for Kids</span></label></div></div><div class="h-n-j-Z-Ej-K" style="display: none;"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Types</span><a class="n-j-Z-K-o-c h-n-j-Z-Sc-apptypes" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-chromeapp"><input name="apptypes" class="h-n-j-Z-Bb-chromeapp n-j-Z-Bb" id=":t-chromeapp" type="radio"><label class="n-j-Z-R" for=":t-chromeapp"><span class="n-j-Z-u-w">Chrome Apps</span></label></div><div class="n-j-Z-u h-n-j-Z-k-website"><input name="apptypes" class="h-n-j-Z-Bb-website n-j-Z-Bb" id=":t-website" type="radio"><label class="n-j-Z-R" for=":t-website"><span class="n-j-Z-u-w">Websites</span></label></div></div><div><div class="h-n-j-Z-ea-K" style="display: none;"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Categories</span><div class="Od"></div></div><span tabindex="0" class="h-n-j-Z-ea-aa ga-dd-Va g-aa-ca" role="button" aria-expanded="false" aria-haspopup="true" aria-activedescendant=":z" unselectable="on"><span class="g-aa-ca-c" unselectable="on"><span class="g-aa-ca-w" id=":z" role="option" aria-posinset="0" aria-setsize="0" unselectable="on"></span><span class="U-H" unselectable="on"></span></span></span></div></div><div class="h-n-j-Z-Hj-K"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Features</span><a class="n-j-Z-K-o-c h-n-j-Z-Sc-checkboxes" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-offline"><input class="h-n-j-Z-Bb-offline n-j-Z-Bb" id=":t-offline" type="checkbox"><label class="n-j-Z-R" for=":t-offline"><span class="n-j-Z-u-w">Runs Offline</span></label></div><div class="n-j-Z-u h-n-j-Z-k-google"><input class="h-n-j-Z-Bb-google n-j-Z-Bb" id=":t-google" type="checkbox"><label class="n-j-Z-R" for=":t-google"><span class="n-j-Z-u-w">By Google</span></label></div><div class="n-j-Z-u h-n-j-Z-k-free"><input class="h-n-j-Z-Bb-free n-j-Z-Bb" id=":t-free" type="checkbox"><label class="n-j-Z-R" for=":t-free"><span class="n-j-Z-u-w">Free</span></label></div><div><div class="n-j-Z-u h-n-j-Z-k-android"><input class="h-n-j-Z-Bb-android n-j-Z-Bb" id=":t-android" type="checkbox"><label class="n-j-Z-R" for=":t-android"><span class="n-j-Z-u-w">Available for Android</span></label></div></div><div><div class="n-j-Z-u h-n-j-Z-k-drive"><input class="h-n-j-Z-Bb-drive n-j-Z-Bb" id=":t-drive" type="checkbox"><label class="n-j-Z-R" for=":t-drive"><span class="n-j-Z-u-w">Works with Google Drive</span></label></div></div></div><div class="h-n-j-Z-N-K"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Ratings</span><a class="n-j-Z-K-o-c h-n-j-Z-Sc-rating" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-5stars"><input name="rating" class="h-n-j-Z-Bb-5stars n-j-Z-Bb" id=":t-5stars" type="radio"><label class="n-j-Z-R" for=":t-5stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> </span></label></div><div class="n-j-Z-u h-n-j-Z-k-4stars"><input name="rating" class="h-n-j-Z-Bb-4stars n-j-Z-Bb" id=":t-4stars" type="radio"><label class="n-j-Z-R" for=":t-4stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> <span class="n-j-Z-qi-Ie-L">&amp; up</span></span></label></div><div class="n-j-Z-u h-n-j-Z-k-3stars"><input name="rating" class="h-n-j-Z-Bb-3stars n-j-Z-Bb" id=":t-3stars" type="radio"><label class="n-j-Z-R" for=":t-3stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> <span class="n-j-Z-qi-Ie-L">&amp; up</span></span></label></div><div class="n-j-Z-u h-n-j-Z-k-2stars"><input name="rating" class="h-n-j-Z-Bb-2stars n-j-Z-Bb" id=":t-2stars" type="radio"><label class="n-j-Z-R" for=":t-2stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> <span class="n-j-Z-qi-Ie-L">&amp; up</span></span></label></div></div></div></div><div class="yrk3fc"></div><div class="si3MDf"><a class="SUBrWc" href="https://policies.google.com/privacy?hl=en-US" target="_blank">Privacy Policy</a><a class="SUBrWc" href="https://ssl.gstatic.com/chrome/webstore/intl/en-US/gallery_tos.html" target="_blank">Terms of Service</a><a class="SUBrWc" href="https://support.google.com/chrome_webstore/bin/answer.py?hl=en-US&amp;answer=1047776&amp;topic=1212379" target="_blank">About Chrome Web Store</a></div></div></div><div class="F-x"><div class="a h-a"><div class="h-a-S"></div><div class="h-a-jd a-jd Pa" style="opacity: 1;"><div class="h-a-jd-me-Ng a-jd-me-Ng"></div></div></div></div></div><div class="clearboth"></div></div>

___________________________________

***** aabjfpffnipjagehidlhdfadcdjoicck***** 

<input id="hist_state" style="display: none;" type="text"><iframe tabindex="-1" id="hist_frame" style="display: none;"></iframe><div class="sh-rj-tj-Sh"></div><div class="sh-bl-Gl-Sh"></div><script src="/_/scs/cws-static/_/js/k=cws.main.en_US.aXpsUpF_vng.O/am=AQ/rt=j/d=1/rs=AAxzQIX6lp-fq9iu10ZFDhqHI2cOPZup_Q/m=consumer" nonce="7yE9Q8CrwQB1Mn2+T3AlsfXdFvk"></script><script src="//www.google.com/insights/consumersurveys/async_survey?site=cbe7lcxksaqvgeqinpq256lhui" defer="" async="" nonce="7yE9Q8CrwQB1Mn2+T3AlsfXdFvk"></script><div class="F-ia-k S-ph S-Rc-qa"><div class="O-j-k"><div class="O-j h-Rk"><div class="O-j-gb"><a class="A8AIPb" href="https://chrome.google.com/webstore/category/extensions"><div class="uKSMob"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" width="100%" height="100%"><defs><path id="a" d="M 8 20 v 140 c 0 6.6 5.4 12 12 12 h 152 c 6.6 0 12 -5.4 12 -12 V 20 H 8 Z m 108 32 H 76 c -4.42 0 -8 -3.58 -8 -8 s 3.58 -8 8 -8 h 40 c 4.42 0 8 3.58 8 8 s -3.58 8 -8 8 Z" /></defs><clipPath id="b"><use overflow="visible" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" /></clipPath><path clip-path="url(&quot;#b&quot;)" fill="#eee" d="M 8 20 h 176 v 152 H 8 Z" /><path clip-path="url(&quot;#b&quot;)" fill="#fff" d="M 116 36 H 76 c -4.42 0 -8 3.58 -8 8 s 3.58 8 8 8 h 40 c 4.42 0 8 -3.58 8 -8 s -3.58 -8 -8 -8 Z" /><g clip-path="url(&quot;#b&quot;)"><defs><circle id="c" cx="96" cy="160" r="76" /></defs><clipPath id="d"><use overflow="visible" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#c" /></clipPath><path clip-path="url(&quot;#d&quot;)" fill="#db4437" d="M 32.07 84 v 93.27 h 34.01 L 96 125.45 h 76 V 84 Z m 0 0 v 93.27 h 34.01 L 96 125.45 h 76 V 84 Z" /><path clip-path="url(&quot;#d&quot;)" fill="#0f9d58" d="M 20 236 h 72.34 l 33.58 -33.58 v -25.14 l -59.84 -0.01 L 20 98.24 Z m 0 0 h 72.34 l 33.58 -33.58 v -25.14 l -59.84 -0.01 L 20 98.24 Z" /><path clip-path="url(&quot;#d&quot;)" fill="#ffcd40" d="M 96 125.45 l 29.92 51.82 L 92.35 236 H 172 V 125.45 Z m 0 0 l 29.92 51.82 L 92.35 236 H 172 V 125.45 Z" /><g clip-path="url(&quot;#d&quot;)"><circle fill="#f1f1f1" cx="96" cy="160" r="34.55" /><circle fill="#4285f4" cx="96" cy="160" r="27.64" /></g></g><path clip-path="url(&quot;#b&quot;)" fill="#212121" fill-opacity="0.05" d="M 8 20 h 176 v 76 H 8 Z" /><path fill="#212121" fill-opacity="0.02" d="M 8 95 h 176 v 1 H 8 Z" /><path fill="#fff" fill-opacity="0.05" d="M 8 96 h 176 v 1 H 8 Z" /><path fill="#212121" fill-opacity="0.02" d="M 116 52 H 76 c -4.25 0 -7.72 -3.32 -7.97 -7.5 c -0.02 0.17 -0.03 0.33 -0.03 0.5 c 0 4.42 3.58 8 8 8 h 40 c 4.42 0 8 -3.58 8 -8 c 0 -0.17 -0.01 -0.33 -0.03 -0.5 c -0.25 4.18 -3.72 7.5 -7.97 7.5 Z M 8 20 v 1 h 176 v -1 H 8 Z" /><path fill="#231f20" fill-opacity="0.1" d="M 76 36 h 40 c 4.25 0 7.72 3.32 7.97 7.5 c 0.01 -0.17 0.03 -0.33 0.03 -0.5 c 0 -4.42 -3.58 -8 -8 -8 H 76 c -4.42 0 -8 3.58 -8 8 c 0 0.17 0.01 0.33 0.03 0.5 c 0.25 -4.18 3.72 -7.5 7.97 -7.5 Z m 96 135 H 20 c -6.6 0 -12 -5.4 -12 -12 v 1 c 0 6.6 5.4 12 12 12 h 152 c 6.6 0 12 -5.4 12 -12 v -1 c 0 6.6 -5.4 12 -12 12 Z" /><radialGradient id="e" gradientUnits="userSpaceOnUse" cx="7.502" cy="19.344" r="227.596"><stop stop-color="#fff" stop-opacity="0.1" offset="0" /><stop stop-color="#fff" stop-opacity="0" offset="1" /></radialGradient><path fill="url(#e)" d="M 8 20 v 140 c 0 6.6 5.4 12 12 12 h 152 c 6.6 0 12 -5.4 12 -12 V 20 H 8 Z m 108 32 H 76 c -4.42 0 -8 -3.58 -8 -8 s 3.58 -8 8 -8 h 40 c 4.42 0 8 3.58 8 8 s -3.58 8 -8 8 Z" /><path fill="none" d="M 0 0 h 192 v 192 H 0 Z" /></svg></div><span class="PNF6le">Chrome Web Store</span></a></div><div class="O-j-hd-M"><div class="g-hd-M-wa Aa h-O-j-hd-M" style="display: none;">Show: <span tabindex="0" class="h-hd-aa ga-dd-Va g-aa-ca" role="button" aria-expanded="false" aria-haspopup="true" aria-activedescendant=":r" unselectable="on"><span class="g-aa-ca-c" unselectable="on"><span class="g-aa-ca-w" id=":r" role="option" aria-posinset="1" aria-setsize="6" unselectable="on">All</span><span class="U-H" unselectable="on"></span></span></span></div></div><div class="O-j-ec-ha-M"><div class="g-ec-ha-M-wa Aa h-O-j-ec-ha-M Pa">Sort by: <span tabindex="0" class="h-ec-ha-aa ga-dd-Va g-aa-ca" role="button" aria-expanded="false" aria-haspopup="true" aria-activedescendant=":o" unselectable="on"><span class="g-aa-ca-c" unselectable="on"><span class="g-aa-ca-w" id=":o" role="option" aria-posinset="1" aria-setsize="4" unselectable="on">Recommended</span><span class="U-H" unselectable="on"></span></span></span></div></div><div class="O-j-Ig"><div class="Sf-Kd mspin-medium me Sf-Kd-Bi h-Ig" style="opacity: 0;"><div><div></div></div></div></div><div class="O-j-p-J"><div class="O-j-Zd-c"><div tabindex="0" title="Settings" class="Zd-c g-c-nl Aa h-Hk"><div class="g-s"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 19.43 12.98 c 0.04 -0.32 0.07 -0.64 0.07 -0.98 s -0.03 -0.66 -0.07 -0.98 l 2.11 -1.65 c 0.19 -0.15 0.24 -0.42 0.12 -0.64 l -2 -3.46 c -0.12 -0.22 -0.39 -0.3 -0.61 -0.22 l -2.49 1 c -0.52 -0.4 -1.08 -0.73 -1.69 -0.98 l -0.38 -2.65 C 14.46 2.18 14.25 2 14 2 h -4 c -0.25 0 -0.46 0.18 -0.49 0.42 l -0.38 2.65 c -0.61 0.25 -1.17 0.59 -1.69 0.98 l -2.49 -1 c -0.23 -0.09 -0.49 0 -0.61 0.22 l -2 3.46 c -0.13 0.22 -0.07 0.49 0.12 0.64 l 2.11 1.65 c -0.04 0.32 -0.07 0.65 -0.07 0.98 s 0.03 0.66 0.07 0.98 l -2.11 1.65 c -0.19 0.15 -0.24 0.42 -0.12 0.64 l 2 3.46 c 0.12 0.22 0.39 0.3 0.61 0.22 l 2.49 -1 c 0.52 0.4 1.08 0.73 1.69 0.98 l 0.38 2.65 c 0.03 0.24 0.24 0.42 0.49 0.42 h 4 c 0.25 0 0.46 -0.18 0.49 -0.42 l 0.38 -2.65 c 0.61 -0.25 1.17 -0.59 1.69 -0.98 l 2.49 1 c 0.23 0.09 0.49 0 0.61 -0.22 l 2 -3.46 c 0.12 -0.22 0.07 -0.49 -0.12 -0.64 l -2.11 -1.65 Z M 12 15.5 c -1.93 0 -3.5 -1.57 -3.5 -3.5 s 1.57 -3.5 3.5 -3.5 s 3.5 1.57 3.5 3.5 s -1.57 3.5 -3.5 3.5 Z" /></svg></div></div></div><div class="O-j-Ic-c"><div class="K4DD2d h-jk"><a class="LiwhO" href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fsearch%2Faabjfpffnipjagehidlhdfadcdjoicck&amp;service=chromewebstore&amp;sarp=1">Sign in</a><span tabindex="0" class="FJqmKb" style="display: none;"></span><div class="celf4d U-H" style="display: none;"><div class="g-s"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="4 4 16 16" width="100%" height="100%"><path d="M 7.41 8.59 L 12 13.17 l 4.59 -4.58 L 18 10 l -6 6 l -6 -6 L 7.41 8.59 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 V 0 Z" /></svg></div></div></div></div></div><div tabindex="-1" class="g-M g-M-Zb" role="menu" aria-haspopup="true" style="display: none;" hidefocus="" unselectable="on"><div class="g-ma" id=":c" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">My Extensions &amp; Apps</div></div><div class="g-ma" id=":d" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Language: English (United States)</div></div><div class="g-ma" id=":e" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Location: United States</div></div><div class="g-ma" id=":f" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Developer Dashboard</div></div><div class="g-ma" id=":g" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Help</div></div></div><div tabindex="-1" class="g-M g-M-Zb" role="menu" aria-haspopup="true" style="display: none;" hidefocus="" unselectable="on"><div class="g-ma" id=":j" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Sign in with another account...</div></div><div class="g-ma" id=":k" role="menuitem" unselectable="on"><div class="g-ma-x" unselectable="on">Sign out</div></div></div></div><div class="O-j-Jc"></div></div><div class="h-F-f-k F-f-k"></div><div class="h-Yb-wa Yb-wa"><div class="Yb"><div class="Yb-xi"><div class="f-kb-c Yb-kb-c"><div class="f-kb-tg"></div></div><div>You will need Google Chrome to install most apps, extensions and themes.</div><div><a href="https://www.google.com/chrome?brand=GGRF&amp;utm_campaign=ww&amp;utm_source=ww-cws-banner&amp;utm_medium=et" target="_blank">Download Google Chrome</a></div></div></div></div><div class="F-k"><div class="F-n-J"><div class="HWJfBb h-gk"><div class="QbFNHc"><div class="g-na-k"><div class="g-na-ib-k"><span class="FokDXb g-Qc-s" aria-hidden="true">?</span><input class="h-n-j-Qc-lc" id="searchbox-input" aria-label="Search the store" type="text" maxlength="300" placeholder="Search the store" value=""><button class="n-j-Qc-tg" aria-label="Clear the search box"></button></div><div class="kgeH9b eLNT1d"></div></div></div><div class="gpx3nd Ka-Ia-j" style="display: none;"><a class="n-j-O-xb-M-u h-n-j-O-xb-M-u-extensions" href="https://chrome.google.com/webstore/category/extensions"><span class="FokDXb n-j-O-xb-M-u-s" aria-hidden="true">?</span>Extensions</a><a class="n-j-O-xb-M-u h-n-j-O-xb-M-u-themes" href="https://chrome.google.com/webstore/category/themes"><span class="FokDXb n-j-O-xb-M-u-s" aria-hidden="true">?</span>Themes</a></div><div class="krneT yrk3fc" style="display: none;"></div><div class="WrIA6d"><div class="n-j-Z"><div class="n-j-Z-Dc h-n-j-Z-Dc"><a class="n-j-Z-Dc-c" href="https://chrome.google.com/webstore/category/extensions">« Home</a><a class="n-j-Z-Dc-c h-n-j-Z-Ug-Cd-hg" style="display: none;">Reset filters</a></div><div class="h-n-j-Z-Qa-K n-j-Z-Qa-K"><div class="n-j-Z-u-Nb-Sc-y"><div class="n-j-Z-u h-n-j-Z-k-extensions"><input name="type" class="h-n-j-Z-Bb-extensions n-j-Z-Bb" id=":t-extensions" type="radio"><label class="n-j-Z-R" for=":t-extensions"><span class="n-j-Z-u-w">Extensions</span></label></div><a class="n-j-Z-K-o-c h-n-j-Z-Sc-types" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-themes"><input name="type" class="h-n-j-Z-Bb-themes n-j-Z-Bb" id=":t-themes" type="radio"><label class="n-j-Z-R" for=":t-themes"><span class="n-j-Z-u-w">Themes</span></label></div><div class="n-j-Z-u h-n-j-Z-k-apps Pa"><input name="type" class="h-n-j-Z-Bb-apps n-j-Z-Bb" id=":t-apps" type="radio"><label class="n-j-Z-R" for=":t-apps"><span class="n-j-Z-u-w">Apps</span></label></div><div class="n-j-Z-u h-n-j-Z-k-app/3-games Pa"><input name="type" class="h-n-j-Z-Bb-app/3-games n-j-Z-Bb" id=":t-app/3-games" type="radio"><label class="n-j-Z-R" for=":t-app/3-games"><span class="n-j-Z-u-w">Games</span></label></div><div class="n-j-Z-u h-n-j-Z-k-sitelists Pa" style="display: none;"><input name="type" class="h-n-j-Z-Bb-sitelists n-j-Z-Bb" id=":t-sitelists" type="radio"><label class="n-j-Z-R" for=":t-sitelists"><span class="n-j-Z-u-w">Site Lists for Kids</span></label></div></div><div class="h-n-j-Z-Ej-K" style="display: none;"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Types</span><a class="n-j-Z-K-o-c h-n-j-Z-Sc-apptypes" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-chromeapp"><input name="apptypes" class="h-n-j-Z-Bb-chromeapp n-j-Z-Bb" id=":t-chromeapp" type="radio"><label class="n-j-Z-R" for=":t-chromeapp"><span class="n-j-Z-u-w">Chrome Apps</span></label></div><div class="n-j-Z-u h-n-j-Z-k-website"><input name="apptypes" class="h-n-j-Z-Bb-website n-j-Z-Bb" id=":t-website" type="radio"><label class="n-j-Z-R" for=":t-website"><span class="n-j-Z-u-w">Websites</span></label></div></div><div><div class="h-n-j-Z-ea-K" style="display: none;"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Categories</span><div class="Od"></div></div><span tabindex="0" class="h-n-j-Z-ea-aa ga-dd-Va g-aa-ca" role="button" aria-expanded="false" aria-haspopup="true" aria-activedescendant=":z" unselectable="on"><span class="g-aa-ca-c" unselectable="on"><span class="g-aa-ca-w" id=":z" role="option" aria-posinset="0" aria-setsize="0" unselectable="on"></span><span class="U-H" unselectable="on"></span></span></span></div></div><div class="h-n-j-Z-Hj-K"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Features</span><a class="n-j-Z-K-o-c h-n-j-Z-Sc-checkboxes" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-offline"><input class="h-n-j-Z-Bb-offline n-j-Z-Bb" id=":t-offline" type="checkbox"><label class="n-j-Z-R" for=":t-offline"><span class="n-j-Z-u-w">Runs Offline</span></label></div><div class="n-j-Z-u h-n-j-Z-k-google"><input class="h-n-j-Z-Bb-google n-j-Z-Bb" id=":t-google" type="checkbox"><label class="n-j-Z-R" for=":t-google"><span class="n-j-Z-u-w">By Google</span></label></div><div class="n-j-Z-u h-n-j-Z-k-free"><input class="h-n-j-Z-Bb-free n-j-Z-Bb" id=":t-free" type="checkbox"><label class="n-j-Z-R" for=":t-free"><span class="n-j-Z-u-w">Free</span></label></div><div><div class="n-j-Z-u h-n-j-Z-k-android"><input class="h-n-j-Z-Bb-android n-j-Z-Bb" id=":t-android" type="checkbox"><label class="n-j-Z-R" for=":t-android"><span class="n-j-Z-u-w">Available for Android</span></label></div></div><div><div class="n-j-Z-u h-n-j-Z-k-drive"><input class="h-n-j-Z-Bb-drive n-j-Z-Bb" id=":t-drive" type="checkbox"><label class="n-j-Z-R" for=":t-drive"><span class="n-j-Z-u-w">Works with Google Drive</span></label></div></div></div><div class="h-n-j-Z-N-K"><div class="n-j-Z-K-o"><span class="n-j-Z-K-o-w">Ratings</span><a class="n-j-Z-K-o-c h-n-j-Z-Sc-rating" style="display: none;">Clear</a><div class="Od"></div></div><div class="n-j-Z-u h-n-j-Z-k-5stars"><input name="rating" class="h-n-j-Z-Bb-5stars n-j-Z-Bb" id=":t-5stars" type="radio"><label class="n-j-Z-R" for=":t-5stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> </span></label></div><div class="n-j-Z-u h-n-j-Z-k-4stars"><input name="rating" class="h-n-j-Z-Bb-4stars n-j-Z-Bb" id=":t-4stars" type="radio"><label class="n-j-Z-R" for=":t-4stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> <span class="n-j-Z-qi-Ie-L">&amp; up</span></span></label></div><div class="n-j-Z-u h-n-j-Z-k-3stars"><input name="rating" class="h-n-j-Z-Bb-3stars n-j-Z-Bb" id=":t-3stars" type="radio"><label class="n-j-Z-R" for=":t-3stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> <span class="n-j-Z-qi-Ie-L">&amp; up</span></span></label></div><div class="n-j-Z-u h-n-j-Z-k-2stars"><input name="rating" class="h-n-j-Z-Bb-2stars n-j-Z-Bb" id=":t-2stars" type="radio"><label class="n-j-Z-R" for=":t-2stars"><span class="n-j-Z-u-w"><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s n-j-Z-N-Z-Y"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div><div class="g-s  n-j-Z-N-Z-lb"><svg xmlns="http://www.w3.org/2000/svg" class="g-s-OAU7Vd" viewBox="0 0 24 24" width="100%" height="100%"><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /><path d="M 12 17.27 L 18.18 21 l -1.64 -7.03 L 22 9.24 l -7.19 -0.61 L 12 2 L 9.19 8.63 L 2 9.24 l 5.46 4.73 L 5.82 21 Z" /><path fill="none" d="M 0 0 h 24 v 24 H 0 Z" /></svg></div> <span class="n-j-Z-qi-Ie-L">&amp; up</span></span></label></div></div></div></div><div class="yrk3fc"></div><div class="si3MDf"><a class="SUBrWc" href="https://policies.google.com/privacy?hl=en-US" target="_blank">Privacy Policy</a><a class="SUBrWc" href="https://ssl.gstatic.com/chrome/webstore/intl/en-US/gallery_tos.html" target="_blank">Terms of Service</a><a class="SUBrWc" href="https://support.google.com/chrome_webstore/bin/answer.py?hl=en-US&amp;answer=1047776&amp;topic=1212379" target="_blank">About Chrome Web Store</a></div></div></div><div class="F-x"><div class="a h-a"><div class="h-a-S"></div><div class="h-a-jd a-jd Pa" style="opacity: 1;"><div class="h-a-jd-me-Ng a-jd-me-Ng"></div></div></div></div></div><div class="clearboth"></div></div>

___________________________________

Posted

So that's where I was perhaps looking for some help. I see I can use the 2 functions below, but I'm not sure what name to specify in these.

$oForm = _IEFormGetObjByName($oIE, "gbqf")

$oQuery = _IEFormElementGetObjByName($oForm, "q")

Posted

Looks like forms and tables don't exist, but I return values when I use the IETAG function. Still having a hard time understanding how I can use this though. If someone is able to help here, it would be appreciated.

 

Posted (edited)

@jazzyjeff

I was trying to provide you an example of what I was meaning, but seems that the web-page "hide" somehow that div, because, looking for it in the divs collection returned by _IETagNameGetCollection(), and ConsoleWrite() the ClassName property, it is not found, even if it is present when you see the HTML code in the browser.

Edited by FrancescoDiMuro

Click here to see my signature:

Spoiler

ALWAYS GOOD TO READ:

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...