Anti-Short
Stop using YouTube's short video player.
Vad är Anti-Short?
Anti-Short är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Stop using YouTube's short video player.".
Tilläggsskärmbilder
Ladda ner Anti-Short-förlängningens CRX-fil
Ladda ner Anti-Short-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
This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer. Grundläggande Information om Tillägg
| Namn | |
| ID | icndfcelhhpiihkbchfakognjlcchflc |
| Officiell webbadress | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
| Beskrivning | Stop using YouTube's short video player. |
| Filstorlek | 180 KB |
| Antal Installationer | 37 |
| Aktuell Version | 1.0 pre-release |
| Senast Uppdaterad | 2022-04-06 |
| Publiceringsdatum | 2022-04-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/stautonico/anti-short |
| Hjälpsida URL | https://github.com/stautonico/anti-short |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti-Short",
"version": "1.0",
"version_name": "1.0 pre-release",
"description": "Stop using YouTube's short video player.",
"author": "Steve Tautonico",
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
} | |