Compare commits
No commits in common. "150f334dcfa5dd36135d8687f9e4c2a760bec9ee" and "705e7cad7e3bcbbd560a0311ddd03a1610fda185" have entirely different histories.
150f334dcf
...
705e7cad7e
1
build.sh
1
build.sh
@ -16,6 +16,7 @@ mkdir -p "${OUT_DIR}"
|
|||||||
popup.js \
|
popup.js \
|
||||||
popup.css \
|
popup.css \
|
||||||
icons \
|
icons \
|
||||||
|
README.md
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Built: ${OUT_FILE}"
|
echo "Built: ${OUT_FILE}"
|
||||||
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "ANTI-BS",
|
"name": "ANTI-BS",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Hide member-only videos by default with a creator whitelist and handle support.",
|
"description": "Hide YouTube member-only videos by default, with support for a configurable channel whitelist. Runs locally with optional debug logging. Created by a squirrel-themed independent developer. :3",
|
||||||
|
|
||||||
"permissions": ["storage"],
|
"permissions": ["storage"],
|
||||||
"host_permissions": ["https://www.youtube.com/*"],
|
"host_permissions": ["https://www.youtube.com/*"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user