Crappy Chrome Plugin
This extension does shit on your current page
Crappy Chrome Pluginとは何ですか?
Crappy Chrome PluginはJackWによって開発されたChromeの拡張機能で、その主な機能は「This extension does shit on your current page」です。
Crappy Chrome Plugin拡張機能のCRXファイルをダウンロード
Crappy Chrome Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want your google pages to be fucked up ? Have fun mate !
拡張機能の基本情報
名前 | |
ID | khfagknpenlpghhoapfhefnfibojignn |
公式URL | https://chrome.google.com/webstore/detail/crappy-chrome-plugin/khfagknpenlpghhoapfhefnfibojignn |
説明 | This extension does shit on your current page |
ファイルサイズ | 35.54 KB |
インストール数 | 11 |
現在のバージョン | 1.0 |
最終更新日 | 2015-07-22 |
公開日 | 2015-07-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | JackW |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crappy Chrome Plugin", "description": "This extension does shit on your current page", "version": "1.0", "browser_action": { "default_icon": "crap.png", "default_popup": "crapup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.google.fr\/*" ], "js": [ "js\/libs\/jquery-2.1.4.min.js", "js\/crapup.js", "js\/crapup_scripts.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ] } |