Merge branch 'experimental' of https://github.com/ajayyy/SponsorBlock into experimental-ajay

# Conflicts:
#	manifest.json
This commit is contained in:
Ajay Ramachandran
2019-08-13 18:23:56 -04:00
7 changed files with 163 additions and 72 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "SponsorBlock for YouTube - Skip Sponsorships",
"short_name": "SponsorBlock",
"name": "__MSG_fullName__",
"short_name": "__MSG_Name__",
"version": "1.0.36",
"description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
"default_locale": "en",
"description": "__MSG_Description__",
"content_scripts": [
{
"matches": [
@@ -42,8 +43,8 @@
"https://sponsor.ajay.app/*"
],
"browser_action": {
"default_title": "SponsorBlock",
"default_popup": "popup.html"
"default_title": "__MSG_Name__",
"default_popup": "__MSG_Popup__"
},
"background": {
"scripts":[