Acrylic Blur For Youtube
This extension change apperence of youtube website
Vad är Acrylic Blur For Youtube?
Acrylic Blur For Youtube är en Chrome-tillägg utvecklad av rushabh.dangore, och dess huvudfunktion är "This extension change apperence of youtube website".
Tilläggsskärmbilder
Ladda ner Acrylic Blur For Youtube-förlängningens CRX-fil
Ladda ner Acrylic Blur For Youtube-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 Add A New Look And Feel to Your YouTube Website.
Few New Transitions Added.
Lots of Hover Effects.
Blur Everywhere 😀. Grundläggande Information om Tillägg
| Namn | |
| ID | lhdgceckgkfnpcefggkklinlhpchjjap |
| Officiell webbadress | https://chromewebstore.google.com/detail/acrylic-blur-for-youtube/lhdgceckgkfnpcefggkklinlhpchjjap |
| Beskrivning | This extension change apperence of youtube website |
| Filstorlek | 13.16 KB |
| Antal Installationer | 87 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-07-02 |
| Publiceringsdatum | 2020-07-01 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | rushabh.dangore |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/BhushanDangore/Youtube-theme |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Acrylic Blur For Youtube",
"description": "This extension change apperence of youtube website",
"version": "1.0",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"script.js"
]
}
],
"icons": {
"128": "youtube_128x128.png"
},
"web_accessible_resources": [
"themeStyles.css"
]
} | |