Tiriricfy
Replace all pictures of all pages for photo from Tiririca.
Tiriricfyとは何ですか?
Tiriricfyはmvsouzaによって開発されたChromeの拡張機能で、その主な機能は「Replace all pictures of all pages for photo from Tiririca.」です。
拡張機能のスクリーンショット
Tiriricfy拡張機能のCRXファイルをダウンロード
Tiriricfy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace all images from your courent page to tiriricas photos. 拡張機能の基本情報
| 名前 | |
| ID | appmooogjllljkjelnlehacenblcgida |
| 公式URL | https://chrome.google.com/webstore/detail/tiriricfy/appmooogjllljkjelnlehacenblcgida |
| 説明 | Replace all pictures of all pages for photo from Tiririca. |
| ファイルサイズ | 78.21 KB |
| インストール数 | 21 |
| 現在のバージョン | 0.0.10 |
| 最終更新日 | 2014-11-17 |
| 公開日 | 2014-11-17 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | mvsouza |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mvsouza/Tiriricfy |
| ヘルプページのURL | https://github.com/mvsouza/Tiriricfy/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tiriricfy",
"version": "0.0.10",
"manifest_version": 2,
"description": "Replace all pictures of all pages for photo from Tiririca.",
"icons": {
"16": "images\/Tiririca16.png",
"128": "images\/Tiririca128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/jquery-1.8.2.min.js",
"scripts\/contentscript.js"
]
}
],
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |