PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
什么是PopPage?
PopPage是由Abdu-L-Kerim Sandooya开发的Chrome扩展程序,该扩展的主要功能是“Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.”。
扩展截图
下载PopPage扩展crx文件
下载PopPage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Popup the web page you visit in a minimal window to occupy a smaller screen-print. It removes the URL bar, tabs and favorites bar. When watching a youtube video, the popped up page removes the suggested videos and comments resulting is a slim window what may be tossed aside while doing other work. 扩展基本信息
| 名称 | |
| ID | paahhejndbadafooooobjegcofgbjnlb |
| 官方URL | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
| 简介 | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
| 文件大小 | 6.11 KB |
| 安装次数 | 62 |
| 当前版本 | 1.002 |
| 更新时间 | 2022-12-13 |
| 上架时间 | 2015-11-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Abdu-L-Kerim Sandooya |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.002",
"name": "PopPage",
"description": "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.",
"short_name": "PopPage",
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html",
"default_title": "Pop up this page!"
},
"permissions": [
"activeTab"
]
} | |