Amazon アソシエイト タグ チェンジャー
Amazon associates tag changer Amazonアソシエイトのタグの付与や除去、置換することが可能になります。楽天のアフィリエイト除去も可能です。
What is Amazon アソシエイト タグ チェンジャー?
Amazon アソシエイト タグ チェンジャー is a Chrome extension developed by usa96, and its main feature is "Amazon associates tag changer Amazonアソシエイトのタグの付与や除去、置換することが可能になります。楽天のアフィリエイト除去も可能です。".
Extension Screenshots
Download Amazon アソシエイト タグ チェンジャー Extension CRX File
Download Amazon アソシエイト タグ チェンジャー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AmazonのアフィリエイトであるAmazonアソシエイトのタグを自動的に除去、付与、置換が可能です Amazon.co.jpのリンクを踏んだ時に機能します 例えば、 ・Amazonのアフィリエイトリンクを踏みたくない ・Amazonアソシエイトに参加していて簡単に自分のアソシエイトリンクを取得したい ・Amazonアソシエイトに参加しているYoutuberや配信者などのコンテンツクリエイターを応援したい (※アソシエイトの付与や置換には ○○○○-22 左のようなアソシエイトIDが必要になります) インストールしてオプションから各自設定をお願いします。 ※試験的にrakutenアフィリエイトリンクの除去機能を追加しています 詳細はオプションに記載しています。 Amazon.co.jpの日本限定の拡張機能です。
Extension Basic Information
Name | Amazon アソシエイト タグ チェンジャー |
ID | hdlkdachclcgpgeofekdiilgoidjfpce |
Official URL | https://chromewebstore.google.com/detail/amazon-%E3%82%A2%E3%82%BD%E3%82%B7%E3%82%A8%E3%82%A4%E3%83%88%E3%80%80%E3%82%BF%E3%82%B0%E3%80%80%E3%83%81%E3%82%A7%E3%83%B3%E3%82%B8%E3%83%A3%E3%83%BC/hdlkdachclcgpgeofekdiilgoidjfpce |
Description | Amazon associates tag changer Amazonアソシエイトのタグの付与や除去、置換することが可能になります。楽天のアフィリエイト除去も可能です。 |
File Size | 13.47 KB |
Installation Count | 81 |
Current Version | 1.0.7 |
Last Updated | 2021-07-05 |
Publish Date | 2020-10-13 |
Rating | 1.00/5 Total 4 Ratings |
Developer | usa96 |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Amazon associates tag changer\u3000Amazon\u30a2\u30bd\u30b7\u30a8\u30a4\u30c8\u306e\u30bf\u30b0\u306e\u4ed8\u4e0e\u3084\u9664\u53bb\u3001\u7f6e\u63db\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002\u697d\u5929\u306e\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u9664\u53bb\u3082\u53ef\u80fd\u3067\u3059\u3002", "short_name": "ATC", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "name": "Amazon \u30a2\u30bd\u30b7\u30a8\u30a4\u30c8\u3000\u30bf\u30b0\u3000\u30c1\u30a7\u30f3\u30b8\u30e3\u30fc", "options_page": "options.html", "page_action": { "default_icon": { "16": "icons\/icon-16.png" }, "default_title": "ATC" }, "permissions": [ "*:\/\/www.amazon.co.jp\/*", "*:\/\/hb.afl.rakuten.co.jp\/*", "storage", "webRequest", "webRequestBlocking" ], "version": "1.0.7", "web_accessible_resources": [ "icons\/*" ] } |