YouSkip
Skip YouTube ads. (Sorry YouTube)
Wat is YouSkip?
YouSkip is een Chrome-extensie ontwikkeld door felisphasma, en de belangrijkste functie is "Skip YouTube ads. (Sorry YouTube)".
Extensie Screenshots
Download het CRX-bestand van de extensie YouSkip
Download YouSkip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish. More from the developer: felisphasma.com
Basisinformatie over de Extensie
Naam | |
ID | mbpkkmapnldpeeefipkpahmpanomkidd |
Officiële URL | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
Beschrijving | Skip YouTube ads. (Sorry YouTube) |
Bestandsgrootte | 13.1 KB |
Aantal Installaties | 234 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-12-09 |
Publicatiedatum | 2018-12-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | felisphasma |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |