Replace Politics with this puppy
Replace Politics with this puppy
Replace Politics with this puppyとは何ですか?
Replace Politics with this puppyはhttps://www.rippon.orgによって開発されたChromeの拡張機能で、その主な機能は「Replace Politics with this puppy」です。
拡張機能のスクリーンショット
Replace Politics with this puppy拡張機能のCRXファイルをダウンロード
Replace Politics with this puppy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies. This is the logical conclusion of being engaged to a geek.
拡張機能の基本情報
名前 | Replace Politics with this puppy |
ID | jkiipmgmalkgnghofkaipfngciefcdij |
公式URL | https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij |
説明 | Replace Politics with this puppy |
ファイルサイズ | 162 KB |
インストール数 | 248 |
現在のバージョン | 0.1 |
最終更新日 | 2016-03-10 |
公開日 | 2016-03-10 |
評価 | 4.27/5 合計 11 レビュー |
開発者 | https://www.rippon.org |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "facebook_filter.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Replace Politics with this puppy", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Replace Politics with this puppy", "version": "0.1" } |