Did Youtube unsubscribe me?
Check if youtube unsubscribes you without asking.
Did Youtube unsubscribe me?とは何ですか?
Did Youtube unsubscribe me?はT21 Computingによって開発されたChromeの拡張機能で、その主な機能は「Check if youtube unsubscribes you without asking.」です。
拡張機能のスクリーンショット
Did Youtube unsubscribe me?拡張機能のCRXファイルをダウンロード
Did Youtube unsubscribe me?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You get notified if you get unsubscribed from a YouTube channel so your favorite creators content stays on your home page. This extension will open a new YouTube tab in the background every few hours to check you subscription list. You must be Signed In. --------------------------------------- Currently In beta, so please report any issues on the support form on the chrome web store.
拡張機能の基本情報
名前 | |
ID | lbodbdbdjefgplcajojgampojiiamjhe |
公式URL | https://chrome.google.com/webstore/detail/did-youtube-unsubscribe-m/lbodbdbdjefgplcajojgampojiiamjhe |
説明 | Check if youtube unsubscribes you without asking. |
ファイルサイズ | 16.88 KB |
インストール数 | 30 |
現在のバージョン | 0.1.3 |
最終更新日 | 2020-11-14 |
公開日 | 2020-11-14 |
開発者 | T21 Computing |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://f1.t21computing.co.uk/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Did Youtube unsubscribe me?", "description": "Check if youtube unsubscribes you without asking.", "version": "0.1.3", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/?DYUM=1" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css" ] } ], "icons": { "64": "images\/Unsub64.png", "128": "images\/Unsub128.png", "256": "images\/Unsub256.png" }, "web_accessible_resources": [ "manage\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/Unsub64.png", "128": "images\/Unsub128.png", "256": "images\/Unsub256.png" } } } |