Culture FPV
Ajoute les ID d'affiliations de nos sites partenaires pour vos commandes.
Culture FPV là gì?
Culture FPV là một tiện ích mở rộng Chrome được phát triển bởi Fabrice, và tính năng chính của nó là "Ajoute les ID d'affiliations de nos sites partenaires pour vos commandes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Culture FPV
Tải xuống các tệp mở rộng Culture FPV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Grace a notre plugin, vous pourrez très simplement ajouter les variables d'affiliations de vos shops préférés pour soutenir Culturefpv.fr et ainsi profiter des liens d'affiliations sans effort ni autre action de votre part qu'un simple clic ! Team CultureFPV
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dlbjmalhdhmlfojihkaaoldgkpgjpekc |
URL Chính Thức | https://chrome.google.com/webstore/detail/culture-fpv/dlbjmalhdhmlfojihkaaoldgkpgjpekc |
Mô tả | Ajoute les ID d'affiliations de nos sites partenaires pour vos commandes. |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 190 |
Phiên Bản Hiện Tại | 2.7.2 |
Cập Nhật Lần Cuối | 2019-11-05 |
Ngày Phát Hành | 2019-11-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Fabrice |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://culturefpv.fr |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Culture FPV", "version": "2.7.2", "description": "Ajoute les ID d'affiliations de nos sites partenaires pour vos commandes.", "permissions": [ "activeTab", "tabs", "storage", "declarativeContent", "cookies", "*:\/\/*.planete-fpv.com\/*", "*:\/\/*.fpv-fly.fr\/*", "*:\/\/*.gearbest.com\/*", "*:\/\/*.akktek.com\/*", "*:\/\/*.hobbycool.com\/*", "*:\/\/*.betafpv.com\/*", "*:\/\/*.aliexpress.com\/*" ], "background": { "scripts": [ "ghost.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.planete-fpv.com\/*", "*:\/\/*.fpv-fly.fr\/*", "*:\/\/*.gearbest.com\/*", "*:\/\/*.akktek.com\/*", "*:\/\/*.hobbycool.com\/*", "*:\/\/*.betafpv.com\/*", "*:\/\/*.aliexpress.com\/*" ], "js": [ "background.js", "affiliations.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/cfpv-16.png", "32": "icons\/cfpv-32.png", "48": "icons\/cfpv-48.png", "128": "icons\/cfpv-128.png" } }, "icons": { "16": "icons\/cfpv-16.png", "32": "icons\/cfpv-32.png", "48": "icons\/cfpv-48.png", "128": "icons\/cfpv-128.png" }, "manifest_version": 2 } |