AdFly countdown remover
An extension that removes the AdFly countdown.
AdFly countdown removerとは何ですか?
AdFly countdown removerはatlazorによって開発されたChromeの拡張機能で、その主な機能は「An extension that removes the AdFly countdown.」です。
拡張機能のスクリーンショット
AdFly countdown remover拡張機能のCRXファイルをダウンロード
AdFly countdown remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | bnkfkjdohjnkeilfmkniaieojiingggf |
公式URL | https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf |
説明 | An extension that removes the AdFly countdown. |
ファイルサイズ | 71.6 KB |
インストール数 | 699 |
現在のバージョン | 1.1 |
最終更新日 | 2012-04-17 |
公開日 | 2012-04-17 |
評価 | 1.45/5 合計 29 レビュー |
開発者 | atlazor |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdFly countdown remover", "description": "An extension that removes the AdFly countdown.", "icons": { "48": "icon48.png", "128": "icon.png" }, "version": "1.1", "permissions": [ "http:\/\/adf.ly\/*" ], "content_scripts": [ { "matches": [ "http:\/\/adf.ly\/*" ], "js": [ "remove.js" ] } ], "manifest_version": 2 } |