Aliexpress without ads
This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.
Aliexpress without adsとは何ですか?
Aliexpress without adsはhttps://namata.ruによって開発されたChromeの拡張機能で、その主な機能は「This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.」です。
拡張機能のスクリーンショット
Aliexpress without ads拡張機能のCRXファイルをダウンロード
Aliexpress without ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.
拡張機能の基本情報
名前 | Aliexpress without ads |
ID | kggiiheapofdgaofflggghdblfdlleeg |
公式URL | https://chromewebstore.google.com/detail/aliexpress-without-ads/kggiiheapofdgaofflggghdblfdlleeg |
説明 | This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages. |
ファイルサイズ | 253 KB |
インストール数 | 51 |
現在のバージョン | 1.2 |
最終更新日 | 2020-04-15 |
公開日 | 2020-04-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://namata.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://namata.ru/extensions/alinoads |
ヘルプページのURL | http://namata.ru/support/thanksforinstall |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aliexpress without ads", "description": "This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.", "version": "1.2", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } |