Skipper
Skipper netflix intro, youtube ad after required timer, pornhub skip ad
Skipperとは何ですか?
Skipperはbrilenkospによって開発されたChromeの拡張機能で、その主な機能は「Skipper netflix intro, youtube ad after required timer, pornhub skip ad」です。
拡張機能のスクリーンショット
Skipper拡張機能のCRXファイルをダウンロード
Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically presses the "skip intro" button on netflix, on youtube automatically presses the skip button on ads after the obligatory timer 拡張機能の基本情報
| 名前 | |
| ID | mmonlgelnbimdjhpgeenfonablidhjmj |
| 公式URL | https://chromewebstore.google.com/detail/skipper/mmonlgelnbimdjhpgeenfonablidhjmj |
| 説明 | Skipper netflix intro, youtube ad after required timer, pornhub skip ad |
| ファイルサイズ | 5.74 KB |
| インストール数 | 36 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2022-07-13 |
| 公開日 | 2022-07-06 |
| 開発者 | brilenkosp |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skipper",
"version": "1.1.0",
"description": "Skipper netflix intro, youtube ad after required timer, pornhub skip ad",
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"skipper.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [],
"manifest_version": 3
} | |