YouSkip
Skip YouTube ads. (Sorry YouTube)
Vad är YouSkip?
YouSkip är en Chrome-tillägg utvecklad av felisphasma, och dess huvudfunktion är "Skip YouTube ads. (Sorry YouTube)".
Tilläggsskärmbilder
Ladda ner YouSkip-förlängningens CRX-fil
Ladda ner YouSkip-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
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish. More from the developer: felisphasma.com
Grundläggande Information om Tillägg
Namn | |
ID | mbpkkmapnldpeeefipkpahmpanomkidd |
Officiell webbadress | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
Beskrivning | Skip YouTube ads. (Sorry YouTube) |
Filstorlek | 13.1 KB |
Antal Installationer | 234 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-12-09 |
Publiceringsdatum | 2018-12-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | felisphasma |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouSkip", "version": "1.1", "description": "Skip YouTube ads. (Sorry YouTube)", "permissions": [ "activeTab", "storage", "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*", "https:\/\/youtube.com\/watch?*" ], "all_frames": true, "js": [ "app.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "default_popup": "popup.html" }, "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |