Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pictaflow: Blocked Search for YouTube\u2122",
"description": "Makes watching YouTube productive",
"version": "1.1.4",
"manifest_version": 3,
"background": {
"service_worker": "pictaflow-background-wrapper.js"
},
"icons": {
"128": "pictaflow.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"hider.css"
],
"js": [
"content-script.js"
],
"all_frames": true
}
],
"options_page": "options.html",
"action": {
"default_icon": "pictaflow.png"
},
"web_accessible_resources": [
{
"resources": [
"constants.mjs",
"common.mjs",
"db-requests.mjs",
"content-script.mjs",
"library.mjs",
"wallpaper.webp",
"stemmer.bundle.js",
"notification.mjs"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"tabs"
]
}