Anti YT Shorts
Redirects you to the original YouTube video player!
Vad är Anti YT Shorts?
Anti YT Shorts är en Chrome-tillägg utvecklad av Happy Fone, och dess huvudfunktion är "Redirects you to the original YouTube video player!".
Tilläggsskärmbilder
Ladda ner Anti YT Shorts-förlängningens CRX-fil
Ladda ner Anti YT Shorts-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
Shorts play through the regular video player rather than the new YouTube Shorts video player. Grundläggande Information om Tillägg
| Namn | |
| ID | bofjknoigjmbficfpafehgldedfijcdd |
| Officiell webbadress | https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd |
| Beskrivning | Redirects you to the original YouTube video player! |
| Filstorlek | 39.01 KB |
| Antal Installationer | 199 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-03-07 |
| Publiceringsdatum | 2022-03-06 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Happy Fone |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti YT Shorts",
"version": "1.0",
"description": "Redirects you to the original YouTube video player!",
"icons": {
"128": "antishorts.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*"
],
"js": [
"content-script.js"
]
}
]
} | |