Hide YouTube Likes
Hides the like/dislike bar on YouTube.
Vad är Hide YouTube Likes?
Hide YouTube Likes är en Chrome-tillägg utvecklad av Serdar Soy, och dess huvudfunktion är "Hides the like/dislike bar on YouTube.".
Tilläggsskärmbilder
Ladda ner Hide YouTube Likes-förlängningens CRX-fil
Ladda ner Hide YouTube Likes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- Does NOT collect your data on YouTube. - Pure CSS, no JavaScript.
Grundläggande Information om Tillägg
Namn | |
ID | fippbbekfgebopgjidjabfmckopkkodf |
Officiell webbadress | https://chrome.google.com/webstore/detail/hide-youtube-likes/fippbbekfgebopgjidjabfmckopkkodf |
Beskrivning | Hides the like/dislike bar on YouTube. |
Filstorlek | 7.03 KB |
Antal Installationer | 111 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-04-28 |
Publiceringsdatum | 2017-04-28 |
Betyg | 3.13/5 Totalt 23 Betyg |
Utvecklare | Serdar Soy |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://serdar.work/chrome-extensions/privacy-policy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "mystyles.css" ] } ], "homepage_url": "http:\/\/gamevase.com" } |