Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Trump Cookienatorとは何ですか?
Trump Cookienatorはgrace_inspaceによって開発されたChromeの拡張機能で、その主な機能は「This extension changes any Trump picture to picture of a cookie monster」です。
拡張機能のスクリーンショット
Trump Cookienator拡張機能のCRXファイルをダウンロード
Trump Cookienator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will get rid of SOME of your imagery of Trump on the webpage, please note that not all Trump images can be destroyed.
拡張機能の基本情報
名前 | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
公式URL | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
説明 | This extension changes any Trump picture to picture of a cookie monster |
ファイルサイズ | 3.14 MB |
インストール数 | 60 |
現在のバージョン | 1.0 |
最終更新日 | 2016-11-10 |
公開日 | 2016-11-10 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | grace_inspace |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Cookienator", "description": "This extension changes any Trump picture to picture of a cookie monster", "version": "1.0", "background": "background.html", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "js": [ "jquery.min.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |