e621 Subscriptions
Adds Watched/Subscribe feature to e621.net
e621 Subscriptionsとは何ですか?
e621 Subscriptionsはmilesseventhによって開発されたChromeの拡張機能で、その主な機能は「Adds Watched/Subscribe feature to e621.net」です。
拡張機能のスクリーンショット
e621 Subscriptions拡張機能のCRXファイルをダウンロード
e621 Subscriptions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension adds subscription to tags functionality for e621.net, adding "Watched" button into navigation bar at the top of the page and embedding "OwO/XwX (Subscribe/Unsubscribe)" button for every tag shown on the sidebar.
There is also an option to check new images without visiting the site -- just open extension's popup window and it will show amount of new images. 拡張機能の基本情報
| 名前 | |
| ID | dgjmocajjcibgpkigbnhengiidoehmoo |
| 公式URL | https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo |
| 説明 | Adds Watched/Subscribe feature to e621.net |
| ファイルサイズ | 75.58 KB |
| インストール数 | 543 |
| 現在のバージョン | 2.1.1 |
| 最終更新日 | 2023-02-22 |
| 公開日 | 2020-03-13 |
| 評価 | 4.20/5 合計 5 レビュー |
| 開発者 | milesseventh |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://e621.net/forum/show/269304 |
| プライバシーポリシーページのURL | https://pastebin.com/WQddJ0kK |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "e621 Subscriptions",
"version": "2.1.1",
"description": "Adds Watched\/Subscribe feature to e621.net",
"icons": {
"96": "graphics\/e621.png"
},
"permissions": [
"storage",
"*:\/\/*.e621.net\/*"
],
"browser_action": {
"default_icon": "graphics\/e621.png",
"default_title": "E621 Watched",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.e621.net\/*"
],
"js": [
"shared.js",
"combatfox.js"
]
}
]
} | |