Popup Remover
Remove Annoying Pop-up When You Click the Icon
Popup Removerとは何ですか?
Popup RemoverはFredyK200によって開発されたChromeの拡張機能で、その主な機能は「Remove Annoying Pop-up When You Click the Icon」です。
拡張機能のスクリーンショット
Popup Remover拡張機能のCRXファイルをダウンロード
Popup Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.                     拡張機能の基本情報
| 名前 |   |  
| ID | cgfeodejlolofnlcmpfgplpjinnifmpp | 
| 公式URL | https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp | 
| 説明 | Remove Annoying Pop-up When You Click the Icon | 
| ファイルサイズ | 16.65 KB | 
| インストール数 | 314 | 
| 現在のバージョン | 1.01 | 
| 最終更新日 | 2021-05-19 | 
| 公開日 | 2021-05-01 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | FredyK200 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| ヘルプページのURL | https://www.buymeacoffee.com/FredyK200 | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Remover",
    "manifest_version": 3,
    "version": "1.01",
    "description": "Remove Annoying Pop-up When You Click the Icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}  |  |