YT Studio Config
Removes ranking by views and a few other useless elements on the dashboard
Vad är YT Studio Config?
YT Studio Config är en Chrome-tillägg utvecklad av Ryan Ayoubi, och dess huvudfunktion är "Removes ranking by views and a few other useless elements on the dashboard".
Tilläggsskärmbilder
Ladda ner YT Studio Config-förlängningens CRX-fil
Ladda ner YT Studio Config-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
Hides the ranking by views, recent subscribers, creator insider, and what's new in studio elements from the YouTube Studio dashboard. Grundläggande Information om Tillägg
| Namn | |
| ID | ledmmomiojemidjhhhcjlihmgfgpioak |
| Officiell webbadress | https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak |
| Beskrivning | Removes ranking by views and a few other useless elements on the dashboard |
| Filstorlek | 8.9 KB |
| Antal Installationer | 144 |
| Aktuell Version | 1.01 |
| Senast Uppdaterad | 2022-04-15 |
| Publiceringsdatum | 2022-04-12 |
| Utvecklare | Ryan Ayoubi |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YT Studio Config",
"description": "Removes ranking by views and a few other useless elements on the dashboard",
"version": "1.01",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/studio.youtube.com\/channel\/*"
],
"run_at": "document_end",
"js": [
"studio.js"
],
"icons": {
"128": "icon128.png"
}
}
]
} | |