freeRep
Show hidden content on several italian websites
freeRepとは何ですか?
freeRepはilbibiによって開発されたChromeの拡張機能で、その主な機能は「Show hidden content on several italian websites」です。
拡張機能のスクリーンショット
freeRep拡張機能のCRXファイルをダウンロード
freeRep拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display hidden italian news 拡張機能の基本情報
| 名前 | |
| ID | bibmgogffdkkecenhpioimiaajpacejk |
| 公式URL | https://chromewebstore.google.com/detail/freerep/bibmgogffdkkecenhpioimiaajpacejk |
| 説明 | Show hidden content on several italian websites |
| ファイルサイズ | 114 KB |
| インストール数 | 349 |
| 現在のバージョン | 3.8 |
| 最終更新日 | 2020-09-18 |
| 公開日 | 2020-07-02 |
| 評価 | 3.83/5 合計 6 レビュー |
| 開発者 | ilbibi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "freeRep",
"version": "3.8",
"description": "Show hidden content on several italian websites",
"icons": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.corriere.it\/*",
"*:\/\/www.lastampa.it\/*",
"*:\/\/rep.repubblica.it\/*",
"*:\/\/*.gelocal.it\/*",
"*:\/\/www.corriereadriatico.it\/*",
"*:\/\/ilmanifesto.it\/*",
"*:\/\/www.lemonde.fr\/*",
"*:\/\/www.leparisien.fr\/*"
],
"js": [
"freeRep.js",
"purify.min.js"
],
"run_at": "document_end"
}
]
} | |