Thin_promotions_on_Twitter_or_Google.
Thin promotions on Twitter or Google.
Qu'est-ce que Thin_promotions_on_Twitter_or_Google. ?
Thin_promotions_on_Twitter_or_Google. est une extension Chrome développée par https://ikura.tokyo, et sa fonction principale est "Thin promotions on Twitter or Google.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thin_promotions_on_Twitter_or_Google.
Téléchargez les fichiers d'extension Thin_promotions_on_Twitter_or_Google. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
広告(Twitter,Google)を薄めて目立たなくします。 広告が紛らわしいですよね。 そこで、この拡張機能は広告を薄くします。 広告を非表示(ブロック)することも技術的には可能です。 それでは企業様の収入が途絶えてしまうため、薄めるぐらいが良いかと考え、開発しました。
Informations de Base sur l'Extension
Nom | Thin_promotions_on_Twitter_or_Google. |
ID | beojijiacaejjhocjmehhjbemjambhpf |
URL Officiel | https://chromewebstore.google.com/detail/thinpromotionsontwitteror/beojijiacaejjhocjmehhjbemjambhpf |
Description | Thin promotions on Twitter or Google. |
Taille du Fichier | 40.02 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2020-09-04 |
Date de Publication | 2020-06-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://ikura.tokyo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ikura.tokyo/ |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.9", "description": "__MSG_extDesc__", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.2.1.min.js", "contentScripts.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/google.com\/*", "https:\/\/*.google.com\/*", "https:\/\/google.co.jp\/*", "https:\/\/*.google.co.jp\/*" ], "css": [ "style_google.css" ], "run_at": "document_idle" } ], "default_locale": "en", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "38": "icon38.png", "19": "icon19.png", "16": "icon16.png" } } |