Эх сурвалжийг харах

Chrome extension version 0.0.0.3 added, updated instructions to load unpacked extension

Dmitrii Selivanov 3 жил өмнө
parent
commit
eb1756cce9

+ 1 - 1
Extensions/chrome/manifest.json

@@ -1,7 +1,7 @@
 {
   "name": "Youtube Dislike Button",
   "description": "Returns ability to see dislikes",
-  "version": "0.0.0.2",
+  "version": "0.0.0.3",
   "manifest_version": 3,
   "background": {
     "service_worker": "background.js"

BIN
StaticSite/files/chrome/return_youtube_dislike_LOAD_UNPACKED_0.0.0.3.zip


+ 12 - 6
StaticSite/index.html

@@ -19,6 +19,8 @@
       <img src="images/aAGrY8L_700b.jpg" class="img-fluid"/>
       <p><strong>Now <a href="https://addons.mozilla.org/en-US/firefox/addon/return-youtube-dislikes/">available</a> in
         firefox addon store! </strong></p>
+
+      <p><strong>Chrome users - update to 0.0.0.3 (via Load Unpacked, instructions below) to prevent Chrome disabling the extension</strong></p>
       <p>This is a Chrome/Firefox/Userscript extension that return dislike statistics to YouTube. For now, it only works
         if
         a video had public display of dislikes enabled before YouTube removed dislike stats.</p>
@@ -47,7 +49,11 @@
         <p>
           <a href="files/chrome/return_youtube_dislike0.0.0.1.crx">v_0.0.0.1</a></p>
         <p><a href="files/chrome/return_youtube_dislike0.0.0.2.crx">v_0.0.0.2</a> - Better number formatting added,
-          thanks <strong>bstka</strong>
+        <p><a href="files/chrome/return_youtube_dislike_LOAD_UNPACKED_0.0.0.3.zip">v_0.0.0.3</a>
+
+        Previous versions are disabled automatically by chrome, because Chrome doesn't like .crx extensions.
+
+        Install this following new instructions.
         </p>
 
         <h4>Firefox:</h4>
@@ -99,10 +105,10 @@
         This is a temporary problem while awaiting chrome store approval. You might use userscript or firefox extension meanwhile.</p>
 
 
-        <p> Installation is described for Chrome. Process is very similar in Firefox</p>
+        <p> Installation is described for Chrome. For firefox extension is available in store</p>
         <ol>
           <li>
-            Download latest version for you browser
+            Download latest version for you browser. Extract .zip file contents into empty folder
           </li>
           <li>
             <p>Write chrome://extensions in url bar.</p>
@@ -113,11 +119,11 @@
             <img class="img-fluid mb-3" src="images/EnableDeveloperMode.JPG"/>
           </li>
           <li>
-            <p>Drag and drop the return_youtube_dislike_xxxx file that you just downloaded into chrome extensions
-              page</p>
-            <img class="img-fluid mb-3" src="images/DragAndDrop.JPG"/>
+            <p>Press "Load unpacked</p>
+
           </li>
           <li>Press "Add extension" button</li>
+          <li>Select the folder that you extracted .zip file contents into</li>
         </ol>
       </section>
       <section id="faq" class="pb-4">