Stop Tony Meow
Replace the maddening face of Tony Abbott with cute little kittens
Stop Tony Meowとは何ですか?
Stop Tony MeowはDanbyによって開発されたChromeの拡張機能で、その主な機能は「Replace the maddening face of Tony Abbott with cute little kittens」です。
拡張機能のスクリーンショット
Stop Tony Meow拡張機能のCRXファイルをダウンロード
Stop Tony Meow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Australian politics getting you down? Sick and tired of Tone's mug all over the shop? Calm down and chill out because there's an alternative - replacing Tone's face with pictures of cute little kittens. Much nicer.
拡張機能の基本情報
名前 | |
ID | dilmdkcidhplbhnpehjmiahegnkpilnf |
公式URL | https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf |
説明 | Replace the maddening face of Tony Abbott with cute little kittens |
ファイルサイズ | 134 KB |
インストール数 | 1,000 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-02-05 |
公開日 | 2014-02-05 |
評価 | 4.68/5 合計 126 レビュー |
開発者 | Danby |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stop Tony Meow", "version": "0.0.1", "manifest_version": 2, "description": "Replace the maddening face of Tony Abbott with cute little kittens", "homepage_url": "http:\/\/stoptonymeow.com\/", "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |